Starting with Robocorp: Open Source RPA

Опубликовано: 03 Ноябрь 2024
на канале: Nived N
266
7

Robocorp is a open source RPA tool based on Python.
This weekend I was trying to explore about the Robocorp. To start with Robocorp, there is a good course for beginners provided by Robocorp team. Going through the course , I was able to build a robot which do the following steps

1. Opening https://lnkd.in/g97-TWi and login in it

2. Download the excel file from a URL which contains Sales Data to be entered in the website

3. Enter the sales data from the excel to the website row by row

4. After Entering all the data, take the screenshot of the sales result and exporting the sales report table as pdf .

5. Finally Logging out of website and closing it.

Things I got to learn:
Working with
a. Browser library
b. Excel library
c. HTTP library
d. PDF library
e. Publishing the process to Robocorp Cloud and run it

Resources for learning Robocorp

Robocorp Beginner Course : https://lnkd.in/ghk2qXw

Robocorp Forum : https://lnkd.in/geiERZz


Happy Automation