I try to startServer()
in RSelenium
but I receive this error:
Error in startServer():
Selenium binary error: Unable to start Selenium binary. Check java is installed.
I used cmd command java -version and I have java
java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
What else should I do in order to start the server?