Monday, June 3, 2013

How to Install Selenium Server

Installing Selenium Server

The Selenium RC server is simply a Java jar file (selenium-server.jar), which
doesn’t require any special installation. Just downloading the zip file and extracting
the server in the desired directory is sufficient.
•  Go to http://seleniumhq.org/download/.

•    Under Selenium Server (formerly the Selenium RC Server) section
you can see the selenium server latest version.

•    Click on download, it will be redirected to selenium server download
page.

•    Selenium server is a JAR file. Download selenium-serverstandalone-2.ob3.jar
Create a Folder selenium in “C” drive.
Paste the selenium-server-standalone-2.ob3.jar file in that folder.

We need to be able to start and stop the Selenium Server.

We can do this at the command line:
Start: (Command line)

java -jar selenium-server-standalone-2.0b3.jar

No comments:

Post a Comment