after a lot with struggle to get the docker running correctly, i have the following error when trying to use RSelenium:
Selenium message:The path to the driver executable must be set by the
webdriver.gecko.driver system property; for more information, see
https://github.com/mozilla/geckodriver. The latest version can be downloaded
from https://github.com/mozilla/geckodriver/releases
Error: Summary: UnknownError
Detail: An unknown server-side error occurred while processing the command.
class: java.lang.IllegalStateException
Further Details: run errorDetails method
The code is just:
remDr <- remoteDriver(remoteServerAddr = "localhost"
, port = 4444
, browserName = "firefox"
)
remDr$open()
And whe I try to see the page https://github.com/mozilla/geckodriver
, i get error 404. Anyone knows what is this about? Im using windows.