-
-
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
[4.0.0.alpha5] Failed start IE with empty port #8253
Labels
Comments
ghost
added
the
needs-triaging
label
Apr 28, 2020
FrySabotage
pushed a commit
to FrySabotage/selenium
that referenced
this issue
Apr 28, 2020
Service for ie and command executor contain different ports if used Default in WebDriver ctor Fixes SeleniumHQ#8253
8 tasks
I am not sure about the PR attached to this issue. Can you explain how you were using it as no one seems to have hit this issue before. |
AutomatedTester
added a commit
that referenced
this issue
Apr 28, 2020
Service for ie and command executor contain different ports if used Default in WebDriver ctor Fixes #8253 Co-authored-by: David Burns <[email protected]>
I misread the code, sorry. I have merged the PR. Thank you for fixing the issue! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐛 Bug Report
Failed start IE, using Python if port not set.
Reason is:
service will be started with another port (free_port)
To Reproduce
from selenium import webdriver
driver = webdriver.Ie()
Expected behavior
IE started without errors
Test script or set of commands reproducing this issue
Environment
OS: Windows 10
Browser: IE
Browser version: 11.719.18362.0
Browser Driver version: IEDriverServer 3.150.1.0
Language Bindings version: Python 4.0.0.alpha5
Selenium Grid version (if applicable): N/A
The text was updated successfully, but these errors were encountered: