Skip to content

Latest commit

 

History

History
39 lines (16 loc) · 757 Bytes

README.md

File metadata and controls

39 lines (16 loc) · 757 Bytes

Selenium-Based-Test-Automation

Recording.2024-02-24.122330.1.mp4

For implementing the above project first you need some Selenium jars and chromewebdriver And the testing performed demoqa.com/login

And add those to the path as a refrenced library in the eclipse.

l

Usage/Examples

System.setProperty(
    "webdriver.chrome.driver","Add path of chromedriver"
    );"E:\\\\Downloads\\\\selenium jars\\\\chromedriver-win64\\\\chromedriver.exe");

🔗 Links

Selenium jars Download link

ChromeWebdriver Download Link