This Python script uses Selenium to automate web UI testing of the registration and login functionality on a local web application hosted at http://localhost:8080.
- Python 3.x
- Selenium
- ChromeDriver (or another WebDriver, such as GeckoDriver for Firefox)
You can install the necessary Python package using pip:
pip install -r requirements.txt