I am trying to setup Selenium with PHPUnit for automated testing, but when I want to execute jar file using this command
java -jar /usr/local/bin/selenium-server-standalone-2.53.0.jar "
it is showing this error:
How can I fix this? Please help.