Web-automation using selenium by Harshit YadavWeb-automation using selenium by Harshit Yadav

Web-automation using selenium

Harshit Yadav

Harshit Yadav

The main objective of the project was to automate repeating task on websites, for example filling a form in this case. to solve this problem I have used web browser automation tool "Selenium".
The project includes a automation script written in python which starts an instance of browser and navigate to the desired link. Then the script finds web elements using XPATH and perform the desired task, which is filling the details of the form in this case.
Once every thing is done it closes the browser instance created by the file.
Like this project

Posted Apr 4, 2024

automating the boring repetitive task on the desired website.