Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Selenium Login Bot

This is a Python script that uses Selenium WebDriver to automate the process of logging into a website. You need to provide your own login credentials, the URL of the login page, and the HTML attributes for the username, password, and login button elements.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.x installed on your machine
  • Selenium package installed
  • ChromeDriver installed and its path set in the script