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
051c8b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍