I am new to using the Rselenium package.
I know that there are many questions related to RSelenium here, and try most of them. However, no one really worked. Any help or guidance taht you can provide is more than welcome.
My issue is the next:
driver <- rsDriver(browser = "chrome",
chromever = NULL,
verbose = FALSE)
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: ‘PC-1691497213’, ip:
‘160.217.244.42’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version:
‘10.0’, java.version: ‘1.8.0_381’ Driver info: driver.version: unknownCould not open chrome browser. Client error message:
Summary: SessionNotCreatedException
Detail: A new session could not be created.
remote_driver <- driver[["client"]]
$client [1] “No sessionInfo. Client browser is mostly likely not
opened.”
remote_driver$navigate("https://scrapingclub.com/exercise/list_infinite_scroll/")
Error in checkError(res) : Undefined error in httr call. httr
output: length(url) == 1 is not TRUE