Here's a simple and clean README.md you can use for your Selenium Python web automation learning project:
This project is a simple learning setup using Selenium with Python to automate web interactions. It serves as a sandbox to understand how browser automation works, from launching a browser to interacting with web elements.
Procedural (To understand more on selenium library)
- User able to create account [DONE]
- User able sign in [WIP]
- User able to add item into the cart []
- User able to remove item from the cart []
- User able to checkout successfully []
POM (To improve automation code structure)
- User able to create account []
- User able sign in []
- User able to add item into the cart []
- User able to remove item from the cart []
- User able to checkout successfully []
- Python 3.8+
- Google Chrome or Firefox
- ChromeDriver or GeckoDriver (matching your browser version)