Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: Unhelpful error message when PhantomJS exits. (#2173)
Selenium does not check that the PhantomJS process is running prior to checking connectivity. This results in unhelpful error message when the subprocess unexpectedly exits. The solution is to assert that the process is still running before connectivity is checked. Fixes #2168.
- Loading branch information