-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed as duplicate of#16073
Closed as duplicate of#16073
Copy link
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!D-edgeI-defectSomething is not working as intendedSomething is not working as intendedOS-windows
Description
Description
My Selenium workflow is currently broken as Selenium Manager is unable to retrieve the driver for Edge 138:
PS❯ selenium-manager --browser edge --debug
DEBUG msedgedriver not found in PATH
DEBUG edge detected at C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
DEBUG Running command: wmic datafile where name='C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe' get Version /value
DEBUG Output: "\r\r\n\r\r\nVersion=138.0.3351.121\r\r\n\r\r\n\r\r\n\r"
DEBUG Detected browser: edge 138.0.3351.121
DEBUG Reading msedgedriver version from https://msedgedriver.azureedge.net/LATEST_RELEASE_138_WINDOWS
ERROR error sending request for url (https://msedgedriver.azureedge.net/LATEST_RELEASE_138_WINDOWS): error trying to connect: dns error: No such host is known. (os error 11001)
Reproducible Code
(this is not related to Selenium itself)
ℹ️ Last known working version: N/A
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!D-edgeI-defectSomething is not working as intendedSomething is not working as intendedOS-windows