How to setup/run selenium RC
Installation
- Visit http://seleniumhq.org/download/ then download .zip file
- Extract .zip file on on your local machine (in my case “C:\Selenium\selenium-remote-control-x.x.x”)
Running Selenium Server
- Before running the selenium server you need to check the java installed in your machine, to check open command prompt then run:
java -version
NOTE: If you get a version number (which needs to be 1.5 or later), you’re ready to start using Selenium-RC.
- Go to the directory where Selenium-RC’s server “.jar” is located (in my case “C:\Selenium\selenium-remote-control-x.x.x\selenium-server-x.x.x”) run:
java -jar selenium-server.jar
then youre done!
No comments:
Post a Comment