Setting up Selenium
Selenium Server
- Selenium requires an installation of the Selenium Server distribution on the server hosting the Remote Control (Selenium RC)
- Selenium Server is available as a .jar file on the Selenium website
- One can download a Selenium installer from http://seleniumhq.org/.
- The Selenium installer comes either as a standalone, or as a firefox plugin (Selenium IDE).
Webdriver API
The WebDriver API is a library for several programming languages that allow you to make calls to browsers, native functions and to the Selenium RC. You must add these libraries to your %PATH% to use them.