tarpetos / robomate-task

Repository from Github https://github.comtarpetos/robomate-taskRepository from Github https://github.comtarpetos/robomate-task

RPA Challenge Solution

Overview

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.

Features

  • 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.

Requirements

  • Python 3.11
  • Selenium WebDriver
  • Chrome WebDriver (for Chrome browser automation)

Setup

  1. Clone the repository or download the source code.

  2. Install the required dependencies using pip: pip install -r requirements.txt

Usage

Run the program by executing the main script: python main.py

About


Languages

Language:Python 100.0%