Link to home
Start Free TrialLog in
Avatar of anshealth
anshealthFlag for United States of America

asked on

Selenium Grid Install Issues

I'm  trying to install selenium grid and so far I've downloaded and properly installed java and Apache Ant. I just downloaded and unzipped to my desktop the selenium-grid-1.0.8. Selenium says thats all you have to do and to validate install in DOS with the following commands:

cd selenium-grid-1.0
ant sanity-check

cd selenium-grid-1.0 returns the following error:
C:\Users\Administrator>cd selenium-grid-1.0
The system cannot find the path specified.

ant sanity-check returns:
C:\Users\Administrator>ant sanity check
Buildfile: build.xml does not exist!
Build failed

Need help fixing these two issues to move forward.
ASKER CERTIFIED SOLUTION
Avatar of Oleg Meier
Oleg Meier
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of anshealth

ASKER

Installing to the desktop was fine I just didn't know that you had to take the following steps to get the confirmation.

C:\Users\Administrator>cd desktop

C:\Users\Administrator\Desktop>cd selenium-grid-1.0
The system cannot find the path specified.

C:\Users\Administrator\Desktop>cd selenium-grid-1.0.8

C:\Users\Administrator\Desktop\selenium-grid-1.0.8>ant sanity-check
Buildfile: C:\Users\Administrator\Desktop\selenium-grid-1.0.8\build.xml

sanity-check:
     [echo] Apache Ant(TM) version 1.8.2 compiled on December 20 2010
     [echo] Java 1.6
     [echo]
     [echo] ********************************************************************

     [echo] Congratulations, your setup looks good. Have fun with Selenium Grid!

     [echo] ********************************************************************

     [echo]
     [echo] You can launch a hub by running 'ant launch-hub'
     [echo] You can launch a a remote control with 'ant -Dport=4444 launch-remot
e-control'

BUILD SUCCESSFUL
Total time: 1 second

C:\Users\Administrator\Desktop\selenium-grid-1.0.8>