This project automates the login/signup and cart interaction flow on BigBasket using Selenium WebDriver.
- 📱 Phone number-based login with manual OTP entry
- 🛒 Adds product to cart automatically
- 📸 Captures screenshots of important steps (e.g., cart, signup)
- 💡 Uses dynamic element locators and JavaScriptExecutor for complex elements
- ⚙️ Graceful browser cleanup and error handling after execution
- Java 17
- Selenium WebDriver
- ChromeDriver
- Maven
- Eclipse IDE
🧪 This project is designed to run directly from Eclipse.
- Open the project in Eclipse.
- Click the run button
- Enter OTP manually when prompted.
- Screenshots will be saved in the
screenshots/folder.


