Description
I am using my Office PC running at Windows 11 and I checked the chrome version currently is 131.0.6778.109, and then I went to download the chromedriver from https://googlechromelabs.github.io/chrome-for-testing/ and found out that the near stable version is: 131.0.6778.87, so I downloaded the 32bit version from "https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.87/win32/chromedriver-win32.zip" and I put the file at the binman chromedriver directory as follows
But I am experiencing constant error when running it with below command
library(RSelenium)
library(wdman)
#for test
rD <- rsDriver(browser="chrome", verbose=F, chromever = "131.0.6778.87", port = 4567L)
The Error is:
Selenium message:Unable to create new service: ChromeDriverService
Build info: version: '4.0.0-alpha-2', revision: 'f148142cf8', time: '2019-07-01T21:30:10'
System info: host: 'DESKTOP-7OEJPJU', ip: '192.168.1.208', os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '23.0.1'
Driver info: driver.version: unknown
Could not open chrome browser.
Client error message:
Summary: SessionNotCreatedException
Detail: A new session could not be created.
Further Details: run errorDetails method
Check server log for further details.
I also turn off the windows firewall and it does not help..
Usually I can connect normally at my Home Windows 7 PC with the chrome version "108.0.5359.22"
I am not sure how to handle this, any help is appreciated, Thank You