selenium: [πŸ› Bug]: When I try to download chromedriver with selenium-manager, it failed with error.

What happened?

Use below command to run: selenium-manager.exe --browser chrome --timeout 600 --debug

Will get below response:

DEBUG Using timeout of 600 seconds DEBUG Using shell command to find out chrome version DEBUG Running command: β€œwmic datafile where name=β€˜%PROGRAMFILES:\=\\%\\Google\\Chrome\\Application\\chrome.exe’ get Version /value” DEBUG Output: β€œ\r\r\n\r\r\nVersion=113.0.5672.93\r\r\n\r\r\n\r\r\n\r” DEBUG The version of chrome is 113.0.5672.93 DEBUG Detected browser: chrome 113 DEBUG Reading chromedriver version from https://chromedriver.storage.googleapis.com/LATEST_RELEASE_113 ERROR error sending request for url (https://chromedriver.storage.googleapis.com/LATEST_RELEASE_113): error trying to connect: tcp connect error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (os error 10060)

How can we reproduce the issue?

run this command: selenium-manager.exe --browser chrome --timeout 600 --debug from a windows client.

Relevant log output

DEBUG   Using timeout of 600 seconds
DEBUG   Using shell command to find out chrome version
DEBUG   Running command: "wmic datafile where name='%PROGRAMFILES:\\=\\\\%\\\\Google\\\\Chrome\\\\Application\\\\chrome.exe' get Version /value"
DEBUG   Output: "\r\r\n\r\r\nVersion=113.0.5672.93\r\r\n\r\r\n\r\r\n\r"
DEBUG   The version of chrome is 113.0.5672.93
DEBUG   Detected browser: chrome 113
DEBUG   Reading chromedriver version from https://chromedriver.storage.googleapis.com/LATEST_RELEASE_113
ERROR   error sending request for url (https://chromedriver.storage.googleapis.com/LATEST_RELEASE_113): error trying to connect: tcp connect error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (os error 10060)

Operating System

Windows Server 2019

Selenium version

python 3.7

What are the browser(s) and version(s) where you see this issue?

Chrome 113

What are the browser driver(s) and version(s) where you see this issue?

ChromeDriver 113 downloading

Are you using Selenium Grid?

no.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 39 (18 by maintainers)

Most upvoted comments

My frustration comes from knowing that we’re not doing a great job communicating things, but not being sure the best way to change tack. πŸ˜ƒ