0

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.

1 Answers1

0

Could provide more detailed information? For example, your operation system.

There are a few links:

Community
  • 1
  • 1
Sergii Tanchenko
  • 702
  • 6
  • 18