Wednesday, 1 January 2020

Setup Selenium for Eclipse

Steps

  • Download and install eclipse for java Developers
  • Create a Project Selenium testing
  • Download Selenium Jars from https://selenium.dev/downloads/ download for java 3.141....actually its jars 
  • Setup jars in your project lib folder.
  • Create a new class Selenium Testing
  • Extract the driver.
We need to download browser specific driver and call that from our class.

I am using chrome so I am downloading webchromedriver.

    No comments:

    Post a Comment