Online Bots made with Selenium Python
This repository is dedicated to creating useful web browser automations with Selenium in python.
- Booking Automation.
- Install a
chromedriver
for your browser. For chrome, go to this website and download the latest version. - Install
python
version 3.9 or greater. - Install Selenium
pip install selenium
. - Run the
main.py
file.