I am trying to do parallel execution by using selenium grid, in my personal laptop. I did following actions:-
1) Downloaded the latest Selenium Server standalone JAR file that is "selenium-server-standalone-2.39.0" and kept in a folder in my desktop.
2) Tried to setting up a hub in command prompt. Entered the command as below, but it did not work. Commands as :-
java -jar selenium-server-standalone-2.39.0.jar -port 4444 -role hub -nodeTimeout 600.
java -jar C:\Users\RASH\Desktop\Selenium\Selenium jars\selenium-server-standalone-2.39.0.jar -port 4444 -role hub -nodeTimeout 600
java -jar C:\Users\RASH\Desktop\Selenium\Selenium jars\selenium-server-standalone-2.39.0.jar -port 4444 -role hub -nodeTimeout 600
for all the above command it is giving a message as "Unable to access jar files.