I'm use Rselenium but in Windows.
I'm run with this step:
- Download
Java
and install. - Download your
Chrome driver
version and install. - The
Java
,Chrome Driver
andselenium.jar
put in the same folder
# check this
https://drive.google.com/drive/folders/1JEvLqiPgn2fwyg8ExQou7SkyQgMRvSk0?usp=drive_link
When you make this, run in Rstudio Rselenium, but start the .jar with cmd.
Next run the .jar like this
java -jar selenium-server-standalone-3.2.0.jar
And this should mean that everything is OK and Selenium Server is up and running.
Next, continue in Rstudio in your work script.