This project demonstrates browser automation using Selenium WebDriver with Python.
It showcases how to automate real user interactions such as searching, navigating pages, and interacting with web elements.
The goal of this repository is to serve as a learning project and a foundation for building more advanced UI automation scripts.
- Automated browser interaction using Selenium WebDriver
- Search automation (e.g., Wikipedia queries)
- Element selection using IDs, names, and selectors
- Basic navigation and interaction with web pages
- Simple and beginner-friendly Python structure
- Python 3
- Selenium WebDriver
- ChromeDriver (or compatible browser driver)
Selenium is a widely used framework for automating web browsers, commonly used for testing and repetitive tasks. :contentReference[oaicite:0]{index=0}
selenium_automation/
│── main.py (or your script file)
│── README.md
│── requirements.txt (optional)
│── .gitignore
git clone https://github.com/flaviamedici/selenium_automation.git
cd selenium_automation