Skip to content

This project is my solution in C# to the Highlight WFT Type Items practice found in section 06 practice 03 of the UiPath - RPA Developer Foundation course.

License

Notifications You must be signed in to change notification settings

ShonHarsh/RPADev-S06P03-Highlight-TypeItems

Repository files navigation

S06P03 Highlight WFT Type Items

This project is my solution in C# to the Highlight WFT Type Items practice found in section 06 practice 03 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

Practice 3 - Highlight WFT Type Items on ACME

Create a workflow that can highlight each specific type of workflow on the ACME Test website (www.acme-test.com).

Notes:

  • You will need an ACME account for this exercise. If you don’t have it, make sure you create it
  • Before starting the exercise, make sure you go to User Options and Reset Test Data.
  • Give the user the option to choose between the WI1, WI2, WI3, WI4 and WI5 types of workflows

Details

Course: UiPath - RPA Developer Foundation

Section: 06 Selectors

Practice: 03 Highlight WFT Type Items

Project Format: Windows, C#

GitHub: https://github.com/ShonHarsh/RPADev-S06P03-Highlight-TypeItems

Sample Output

05/09/2024 15:53:02 => [Debug] Debug started for file: Main
05/09/2024 15:53:02 => [Info] RPADev-S06P03-Highlight-TypeItems execution started
05/09/2024 15:53:02 => [Info] RPADev-S06P03-Highlight-TypeItems.Main.Begin;
05/09/2024 15:53:04 => [Warning] RPADev-S06P03-Highlight-TypeItems.Main.EmptyInput; The input value was empty.  Setting the input to 'WI1.'
05/09/2024 15:53:05 => [Debug] Audit: Using Web App. Browser: Chrome URL: https://acme-test.uipath.com/login
05/09/2024 15:53:20 => [Info] RPADev-S06P03-Highlight-TypeItems.Main.Attributes;
AaName: WI1
Inner Text: WI1
Table Column: 4
Table Row: 5
05/09/2024 15:53:22 => [Info] RPADev-S06P03-Highlight-TypeItems.Main.Attributes;
AaName: WI1
Inner Text: WI1
Table Column: 4
Table Row: 6
05/09/2024 15:53:23 => [Info] RPADev-S06P03-Highlight-TypeItems.Main.Attributes;
AaName: WI1
Inner Text: WI1
Table Column: 4
Table Row: 8
05/09/2024 15:53:25 => [Info] RPADev-S06P03-Highlight-TypeItems.Main.OperationCompleted; WI Selection: WI1
05/09/2024 15:53:25 => [Info] RPADev-S06P03-Highlight-TypeItems.Main.End;
05/09/2024 15:53:25 => [Info] RPADev-S06P03-Highlight-TypeItems execution ended in: 00:00:23

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-S06P03-Highlight-TypeItems

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 [C#] [VB] [Windows Legacy]

  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

Releases

No releases published

Packages

No packages published

Languages