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.
Comments
Post a Comment