Jul 1, 2009
30-second Selenium installation tutorial
For people new to Selenium, here’s a 30-second (32.78 seconds to be precise) tutorial on how to install Selenium on a Linux box running Apache. I’ll assume the DocumentRoot of the Apache installation is /var/www/html.
- Download Selenium from openqa.org. The latest release of Selenium as of this writing is 0.6.
- Unzip selenium-0.6.zip and cd into the selenium-0.6 directory.
- Move or copy the selenium sub-directory somewhere under the DocumentRoot of your Apache server.
That’s it — you have a working Selenium installation!
Source: Agile Testing

Leave a Reply