Skip to content

Fixed: Unhelpful error message when PhantomJS exits. - #2173

Merged
lukeis merged 1 commit into
SeleniumHQ:masterfrom
gtzampanakis:fix_issue_2168
May 27, 2016
Merged

Fixed: Unhelpful error message when PhantomJS exits.#2173
lukeis merged 1 commit into
SeleniumHQ:masterfrom
gtzampanakis:fix_issue_2168

Conversation

@gtzampanakis

Copy link
Copy Markdown
Contributor

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.

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 SeleniumHQ#2168.
@lukeis
lukeis merged commit 051c8b1 into SeleniumHQ:master May 27, 2016
AutomatedTester pushed a commit that referenced this pull request Jun 3, 2016
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants