This project contains a Python script for automating tasks on the Flipkart website using Selenium WebDriver. It logs in to the Flipkart website, performs searches for specific items, and adds them to the cart.
The script utilizes the Selenium WebDriver library to automate web interactions. It performs the following tasks:
- Opens the Flipkart website.
- Logs in with provided user credentials.
- Searches for specific items and adds them to the cart.
Before running the script, make sure you have the following installed:
- Python
- Selenium WebDriver
- Chrome WebDriver (ChromeDriver)
- Clone this repository.
- Install the necessary dependencies:
pip install selenium webdriver-manager pandas
To run the Python script, use the following command:
python flipkart_automation.py