This repository contains an automation testing framework using Selenium and Python to test the Heroku Test Website. The tests include various scenarios such as login, dynamic content loading, navigation, and alert handling.
- Python 3.x
- Selenium WebDriver
- Chrome browser (or another browser of your choice)
- ChromeDriver (automatically installed via
chromedriver_autoinstaller)
-
Install Required Libraries:
Run the following command to install the necessary libraries:
pip install selenium