Open canhanfidanoglu opened 3 years ago
@canhanfidanoglu we get this same error at my workplace. Were you able to find a work around?
Typically we have found though it's a network security issue. The network issue is caused by several factors.
Finally @canhanfidanoglu the main reason the script downloads is because you have "check = TRUE" if you so RSDriver(check = False)
, I don't believe that it will download the drivers or try to update.
I am getting Timeout was reached: [www.googleapis.com] Connection timed out after 10000 milliseconds error while running the rsDriver() function to open up the internet explorer via my business laptop.
CODE:
rD <- rsDriver(browser="internet explorer")
ERROR:
checking Selenium Server versions: BEGIN: PREDOWNLOAD Error in open.connection(con, "rb") : Timeout was reached: [www.googleapis.com] Connection timed out after 10000 milliseconds
Also I have tried to locate selenium path and IEDriverServer path like this:
CODE:
rD <- rsDriver(browser="internet explorer", version="C\\Users\\xxx\\Appdata\\Local\\binman\\binman_seleniumserver\\generic\\3.141.59\\selenium-server-standlone-3.141.59.jar", iedrver="D:\\Handling_Winapps\\IEDriverServer.exe")
But got the same error. Any help would be appreciated. Thanks in advance
Operating System(windows 10 Enterprise (64-bit))
Selenium Server version (selenium-server-standalone-3.141.5.jar)
Browser version (internet explorer 11.00.17763.771)