-
-
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 immediately when trying to run a test #5662
Comments
Btw, I followed these instructions: https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver And I also tested selenium-client-combined-3.9.0 with the very same results. |
This sounds an awful lot like #5519, which was fixed in 3.11.1. What happens if you use that version of the IE driver? As always, the latest IE driver can be found at the official release site. |
Upgrading the driver to 3.11.1 indeed brings the browser up and makes the test work. (When I tried 3.11.0 last week it didn't. Sorry, that I hadn't realized there is a even newer version.) Thanks for your answer. However, after a specific JUnit test had failed, the driver crashed again and the browser stayed open. Should I open a separate issue for that? |
Yes, let's open a new issue. Please be sure to include WebDriver code that reproduces the issue (including a page or URL against which to test), and a TRACE-level log from |
Meta -
OS:
Windows 8.1 x64
Selenium Version:
3.11.0 / 3.9.0
Browser:
Internet Explorer 11
Browser Version:
11.0.9600.18763
IEDriverServer.exe Version:
3.9.0.0 x64
Expected Behavior -
Driver should open and remote control Internet Explorer.
Actual Behavior -
IEDriverServer.exe crashes immediately when running arbitrary tests.
WinDbg output:
Call stack:
Java stacktrace:
Steps to reproduce -
Just run this JUnit test:
The text was updated successfully, but these errors were encountered: