This project is made to demonstrate simple usage of Selenium in Python.
The project consists of a demo website found at https://ghbm-itk.github.io/Selenium-demo/ and a Python script that automates the usage of the demo site.
To run the Python script install Selenium using the command:
pip install selenium
And then run the Python script:
python automation.py