This project demonstrates a simple automation script using Selenium in Python to fill out and submit a newsletter sign-up form. The script navigates to a hosted form and auto-fills the first name, last name, and email fields before submitting them—simulating a user sign-up process.
- Automatically launches Chrome browser
- Navigates to the sign-up page
- Fills in the:
- First name
- Last name
- Submits the form
- Demonstrates basic web automation using Selenium
- Python 🐍
- Selenium 🔍
- Chrome WebDriver 🌐

