-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
IE stopped working on Grid in beta 4 #9600
Comments
I have the same issue - is there any progress on this? |
I was able to reproduce this, I will have a look in the following days. In the meantime, when you say it worked in |
I was able to verify that Java bindings |
Yes, both beta-3 bindings and Grid worked fine. I did a quick look a few weeks ago and my impression was that IEDriver didn't like that some HTTP header names were not capitalized (all lowercase). At least that was the only difference that I noticed between beta-4+Grid, which didn't work, and beta-4+bindings/beta-3+bindings/beta-3+Grid, which worked. |
@JohnA2 do you have a sample of those headers so I can double check? Did you capture traffic? |
@JohnA2, thanks for the hint, this lead me to check a few changelogs and it seems there is a version of the IEServer that takes those case insensitive headers into account, but we never "officially" released it. I tried it and things worked well. In the meantime, I am in the process of uploading this binary and updating the dowloads page. |
Yes, I captured traffic to see the headers. They look like this: beta 3
beta 4
So the only difference I see is "content-length" became non capitalized. Yes, the updated IEDriverServer.exe from https://github.com/SeleniumHQ/selenium/tree/trunk/cpp/prebuilt/Win32/Release seems to be working fine with beta 4 Grid. Thanks! |
💥 Regression Report
RemoteWebDriver.get()
throws an exception when used with IE on Grid. It started happening in beta 4. Beta 3 worked fine. IE still works fine when used directly, without Grid.Last working Selenium version
Worked up to version: 4.0.0-beta-3
Stopped working in version: 4.0.0-beta-4
To Reproduce
Start Grid hub and node
Execute a simple test
The exception is
Environment
OS: Windows
Browser: Internet Explorer
Browser version: 11
Browser Driver version: IEDriver 3.150.1
Language Bindings version: Java 4.0.0-beta-4
Selenium Grid version (if applicable): 4.0.0-beta-4
The text was updated successfully, but these errors were encountered: