Saturday 4 July 2015

Download links for selenium

This post is created in the view of newbies for Selenium Automation and their system setup. In your system make a separate work directory and name it as Selenium-Works. Most of the Windows or Linux systems when you download files it will be stored in the Downloads directory.

Selenium automation Learning Path


These is the starting point of simply learn Selenium Automation. Know basic about Java programming or Python programming. If you know when to use what then it would be time saver and also your efforts.

Here we have URL's for Downloads select your favorite latest and stable versions.
  1. Eclipse used to develop the Java code http://www.eclipse.org/downloads/  --
  2. JDK is required to run the Java. http://www.oracle.com/technetwork/java/javase/downloads/index.html 
  3. Selenium-server-standalone jar file select latest stable version http://docs.seleniumhq.org/download/  --
  4. Firebug  https://addons.mozilla.org/en-US/firefox/adon/firebug/
  5. Firepath https://addons.mozilla.org/en-US/firefox/addon/firepath/ 
  6. ChromeDriver http://chromedriver.storage.googleapis.com/index.html
  7. IE Driver http://docs.seleniumhq.org/download/
  8. Sikuli https://launchpad.net/sikuli/+download  
  9. Bugzilla https://landfill.bugzilla.org/bugzilla-4.4-branch/

Will keep adding soon with latest new browser drivers, which are required in different projects. Most common browsers Mozilla, IE, Chrome related downloads given above. If you found any other driver related information please comment here.

No comments:

Post a Comment