-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IEDriverServer.exe crashes when connection is refused #5664
Comments
jimevans
added a commit
that referenced
this issue
Mar 22, 2018
This is to resolve issues with creating a JSON value that contains the empty string. Fixes issue #5664.
This should be fixed in 7d4b038. If you want to pick up a built binary and see if it resolves the issue for you, you can do so from the prebuilt binaries checked into project source tree. If that does resolve the issue, we can close this one. |
I tested the prebuilt binary and everything works fine. Thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Meta -
OS:
Windows 8.1
Selenium Version:
3.11.0
Browser:
Internet Explorer 11.0.9600.18763
IEDriverServer.exe Version:
3.11.1
Expected Behavior -
If connection to target server is refused, test should fail without crashing the driver. The browser window should be closed.
Actual Behavior -
IEDriverServer.exe crashes and the browser window stays open.
WinDbg output:
IEDriverServer call stack:
IEDriverServer trace log:
https://gist.github.com/cnsgithub/7c9fcf9ebddde81e78ccf4ef9ef7f314
Java call stack:
Steps to reproduce -
Prerequisite: Ensure there is no process listening on port 12345 at localhost.
Just execute this JUnit test:
The text was updated successfully, but these errors were encountered: