ShonHarsh / RPADev-S05P05-DataScraping-VB

This project is my solution in VB to the Data Scraping & UI Elements practice found in section 05 practice 05 of the UiPath - RPA Developer Foundation course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S05P05 Data Scraping & UI Elements

This project is my solution in VB to the Data Scraping & UI Elements practice found in section 05 practice 05 of the UiPath - RPA Developer Foundation course.

Getting Started

After making a pull request or downloading the project, open the Main.xaml in UiPath Studio. The robot can be run with the play button in the ribbon and the result can be seen in output panel.

Practice Requirements

Extracting data from ACME

Create a process that automates extracting the data from ACME Work items page.

  1. Open https://acme-test.uipath.com/login using IE and login (note: if you do not have an account, go to https://acme-test.uipath.com/register first and create one).
    • Click on the Work Items tab.
    • Use Data scrape wizard to extract the table from all the pages. Ignore the empty columns.
    • Save the extracted data into a CSV file.
  2. Close browser.

Details

Course: UiPath - RPA Developer Foundation

Section: 05 UI Automation With The Classic Experience

Practice: 05 Data Scraping & UI Elements

Project Format: Windows, VB

GitHub: https://github.com/ShonHarsh/RPADev-S05P05-DataScraping-VB

Sample Output

05/06/2024 19:31:07 => [Debug] Debug started for file: Main
05/06/2024 19:31:08 => [Info] RPADev-S05P05-DataScraping-VB execution started
05/06/2024 19:31:08 => [Info] RPADev-S05P05-DataScraping-VB.Main.Begin;
05/06/2024 19:31:10 => [Debug] Audit: Using Web App. Browser: Firefox URL: https://acme-test.uipath.com/login
05/06/2024 19:31:20 => [Debug] Audit: Extract Data. From: <html app='firefox.exe' title='New Tab' />
05/06/2024 19:31:59 => [Info] RPADev-S05P05-DataScraping-VB.Main.OperationCompleted; Scrape data written to: Data\Output\RPADev-S05P05-DataScraping.csv
05/06/2024 19:31:59 => [Info] RPADev-S05P05-DataScraping-VB.Main.End;
05/06/2024 19:31:59 => [Info] RPADev-S05P05-DataScraping-VB execution ended in: 00:00:51

Architecture Requirements

A standard UiPath, Studio to Orchestrator cloud setup is the base of operation. It is easy to setup and free.

  1. An Orchestrator connection - Visit https://cloud.uipath.com/ and authenticate or sign up.
  2. UiPath Studio is used to run the robot. Note that Studio Web can be used directly in Orchestrator but I recommend installing the Studio IDE application.

UiPath Setup Guide

Git Notes

Clone the project to develop or change it.

git clone https://github.com/ShonHarsh/RPADev-S05P05-DataScraping-VB

Links

RPS Developer Foundation Sections

  1. Get Started With RPA Development

  2. Variables, Data Types And Control Flow In Studio

    P01 RPADev-S02P01-ForEachIfStatement [C#] [VB] [Windows Legacy]

    P02 RPADev-S02P02-GenericValue [C#] [VB] [Windows Legacy]

    P03 RPADev-S02P03-Switch [C#] [VB] [Windows Legacy]

  3. Data Manipulation In Studio

    P01 RPADev-S03P01-Lists [C#] [VB] [Windows Legacy]

    P02 RPADev-S03P03-Dictionaries-Integers [C#] [VB] [Windows Legacy]

    P03 RPADev-S03P04-Dictionaries-Doubles [C#] [VB] [Windows Legacy]

    P04 RPADev-S03P05-InputValidation [C#] [VB] [Windows Legacy]

    P05 RPADev-S03P06-ReplacingPlaceholders [C#] [VB] [Windows Legacy]

    P06 RPADev-S03P07-ExtractEmailAddress [C#] [VB] [Windows Legacy]

    P07 RPADev-S03P08-ExtractEmailAddressRegEx [C#] [VB] [Windows Legacy]

  4. Excel And Data Tables With Studio

    P01 RPADev-S04P01-CalculatingSums [C#] [VB] [Windows Legacy]

    P02 RPADev-S04P02-CalculatingLossInvoices [C#] [VB] [Windows Legacy]

    P03 RPADev-S04P03-CalculatingPercentagesOfExpenses [C#] [VB] [Windows Legacy]

  5. UI Automation With Studio

    P01 RPADev-S05P01-PasswordGenerator [C#] [VB] [Windows Legacy]

    P02 RPADev-S05P02-TheRPAChallenge [C#] [VB] [Windows Legacy]

    P03 RPADev-S05P03-InputActions [C#] [VB] [Windows Legacy]

    P04 RPADev-S05P04-OutputActions [C#] [VB] [Windows Legacy]

    P05 RPADev-S05P05-DataScraping [C#] [VB] [Windows Legacy]

  6. Selectors In Studio

    P01 RPADev-S06P01-GetAndSortData [C#] [VB] [Windows Legacy]

    P02 RPADev-S06P02-SetData [C#] [VB] [Windows Legacy]

    P03 RPADev-S06P03-Highlight-TypeItems [C#] [VB] [Windows Legacy]

  7. Project Organization In Studio

    P02 RPADev-S07P02-StateMachines [C#] [VB] [Windows Legacy]

    P03 RPADev-S07P03-FixMyWorkflow [C#] [VB] [Windows Legacy]

    P04 RPADev-S07P04-Libraries

  8. Error And Exception Handling In Studio

  9. Debugging In Studio

  10. PDF Automation In Studio

  11. Email Automation With Studio

  12. Orchestrator For RPA Developers

  13. Robotic Enterprise Framework Overview

About

This project is my solution in VB to the Data Scraping & UI Elements practice found in section 05 practice 05 of the UiPath - RPA Developer Foundation course.

License:MIT License


Languages

Language:Visual Basic .NET 100.0%