Skip to content

sd-coder07/Autoclick-on-a-website-using-Selenium-python-using-Excel-Datasheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoClicker using Selenium and Excel

This project automates web interactions using Selenium and reads input data from an Excel datasheet. It is particularly useful for tasks like form submission, data entry, and repetitive web actions.

Table of Contents

  1. Features
  2. Requirements
  3. Installation Usage Contributing License Features Automate clicking on web elements based on data from an Excel file. Support for multiple web browsers. Easy to customize for different websites and tasks. Requirements Python 3.x Selenium openpyxl WebDriver for your browser (e.g., ChromeDriver for Chrome)

Automating Clicks on a Website Using Selenium and Excel Setup:

Install required libraries: bash Copy code pip install selenium openpyxl Download the appropriate WebDriver for your browser (e.g., ChromeDriver for Chrome). Read Data from Excel:

Use openpyxl to read data from an Excel file. Selenium Script:

Use Selenium to automate browser actions.

Contributing Contributions are welcome! Please feel free to submit a pull request or open an issue for any improvements or bugs.

License This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages