Closed gitkdp2844 closed 1 year ago
@gitkdp2844, thank you for creating this issue. We will troubleshoot it as soon as we can.
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template
label.
If the issue is a question, add the I-question
label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted
label.
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable G-*
label, and it will provide the correct link and auto-close the
issue.
After troubleshooting the issue, please add the R-awaiting answer
label.
Thank you!
That means you could not connect to https://msedgedriver.azureedge.net/LATEST_RELEASE_116_WINDOWS.
Are you behind a proxy? Can you reach that URL from your browser and through a curl
/wget
in your terminal?
I will close this because we did not get more information.
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.
What happened?
Traceback (most recent call last):
File "selenium\webdriver\common\driver_finder.py", line 38, in get_path File "selenium\webdriver\common\selenium_manager.py", line 90, in driver_location
File "selenium\webdriver\common\selenium_manager.py", line 138, in run selenium.common.exceptions.WebDriverException: Message: Unsuccessful command executed: C:\Users\Desktop\main\selenium\webdriver\common\windows\selenium-manager.exe --browser MicrosoftEdge --output json.
'code': 65, 'message': 'error sending request for url (https://msedgedriver.azureedge.net/LATEST_RELEASE_116_WINDOWS): error trying to connect: tls handshake eof', 'driver_path': 'browser_path':"')
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "main.py", line 5, in
File "snow.py", line 68, in open_snow File "selenium\webdriver\edge\webdriver.py", line 45, in _init
File "selenium\webdriver\chromium\webdriver.py", line 51, in _init File "selenium\webdriver\common\driver_finder.py", line 41, in get_path
selenium.common.exceptions.NoSuchDriverException: Message: Unable to obtain driver for MicrosoftEdge using Selenium Mana ger.; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/er ors/driver_location
7516] Failed to execute script 'main' due to unhandled exception! Press any key to continue.
How can we reproduce the issue?
Relevant log output
Operating System
windows 10
Selenium version
Python 3.11 selenium 4.11.2
What are the browser(s) and version(s) where you see this issue?
edge- 116.0.1938.54 chrome- 116.0.5845.111
What are the browser driver(s) and version(s) where you see this issue?
edge- 116.0.1938.54 chrome- 116.0.5845.111
Are you using Selenium Grid?
No