-
-
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
Incomplete fix in issue #9678 #9818
Comments
Still the same issue in 4.0.0rc2. Also the fix in #9678 breaks IE if it's initialized with options. If I do just
it still works (with the warning). But the below code fails.
|
@JohnA2 I don't have a machine to test with IE, could you submit a PR or tell me if the following diff is sufficient?
|
@AutomatedTester Thanks for looking into it. The warning is still not fixed with your changes. But if I revert
to
instead (similarly to how it's done in https://github.com/SeleniumHQ/selenium/blob/trunk/py/selenium/webdriver/chrome/webdriver.py ), the warning goes away. Also I forgot to mention in my previous comment that the error when using |
Everything works great with your commit. Thanks! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
💥 Regression Report
I described two types of warnings in #9678, but it was closed after only one of them was fixed. I tested the commit shortly after it was done and left a comment where I mentioned it. It's been more than a month since the comment and that issue was "automatically locked since there has not been any recent activity after it was closed", so I have to open a new one. Now I also tested rc1 and can confirm that the second warning is still not fixed.
Last working Selenium version
Worked up to version: 3.141.0
Stopped working in version: 4.x
To Reproduce
See #9678
Expected behavior
See #9678
Test script reproducing this issue (when applicable)
See #9678
Environment
OS: any
Browser: Firefox and Internet Explorer
Browser version: any
Browser Driver version: latest
Language Bindings version: Python 4.0.0rc1
Selenium Grid version (if applicable): N/A
The text was updated successfully, but these errors were encountered: