Error with binman and chrome driver directory (RSelenium)

I'm use Rselenium but in Windows.

I'm run with this step:

  1. Download Java and install.
  2. Download your Chrome driver version and install.
  3. The Java, Chrome Driver and selenium.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.