Posts by Lucas Fernandes • 41 points
2 posts
-
2
votes1
answer930
viewsA: Rselenium - "This version of Chromedriver only Supports Chrome version 74"
If anyone is interested, I solved the problem with the following code: webdrive = selenium(retcommand = T, verbose = T, chromever = "73.0.3683.68") TerminalId = rstudioapi::terminalExecute(webdrive)…
-
2
votes1
answer930
viewsQ: Rselenium - "This version of Chromedriver only Supports Chrome version 74"
I’m trying to use the Rselenium, but it seems that the chromedriver version has been updated and is returning the following error: "Selenium message:Session not created: This version of Chromedriver…