This program automates the solution for the RPA Challenge using the Selenium WebDriver library. It performs various tasks such as downloading an Excel file, pressing buttons on a webpage, and inserting data from the Excel file into input fields on the webpage.
- Automates the RPA Challenge tasks using Selenium WebDriver.
- Downloads an Excel file from a webpage.
- Interacts with buttons and input fields to complete the challenge.
- Python 3.11
- Selenium WebDriver
- Chrome WebDriver (for Chrome browser automation)
-
Clone the repository or download the source code.
-
Install the required dependencies using pip:
pip install -r requirements.txt
Run the program by executing the main script: python main.py