You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments