Team, We are using Open Available Browser’s usage in Selenium.py doesn’t downloads the Webdrivers as per the selected browser. Due to this the following error gets thrown.
BrowserNotFoundError: Failed to start a browser:
chrome: Could not reach host. Are you offline?
- Can you please get back on the location where we could see the log messages of pything classes like selenium.py or webdriver.py?
- Any pointers on this error? Here’re the library versions we use
rpaframework: 28.6.0
webdriver-manager: 4.0.2
selenium: 4.15.2
Here’s the exact code (webdriver.download() method) that doesn’t gets called or gets errored out. This gets called from Selenium.py.