Web Recording Bot Using UiPath Studio

Robotic Process Automation is the technology that allows anyone today to configure computer software, or a “robot” to emulate and integrate the actions of a human interacting within digital systems to execute a business process.
 
RPA robots utilize the user interface to capture data and manipulate applications just like humans do. They interpret, trigger responses and communicate with other systems in order to perform on a vast variety of repetitive tasks. Substantially better: an RPA software robot never sleeps and makes zero mistakes.
 
UiPath is a leading Robotic Process Automation vendor providing a complete software platform to help organizations efficiently automate business processes.
 
UiPath Studio is a tool that can model an organization's business processes in a visual way.
 
Reading this article, you can learn how to use web recording automation bot using UiPath Studio Pro Community.
 
The following important tools are required for developing UiPath Bots,
  1. Windows 7/8.1/10 (Recommended)
  2. UiPath Studio Pro - Community Cloud (It is a free software available online –https://www.uipath.com/start-trial)
Now we can discuss step by step app development.
 
Step 1
 
Open UiPath Studio -> Start -> New Project-> Click Process
 
 
Step 2
 
Now, create a new blank process, name it UiWebRecord and give a description
 
 
Step 3
 
After that UiPath studio creates the project UiWebRecord with supporting files
 
 
Step 4
 
Next, for creating web recordings,  create a new sequence workflow named WebRecording,
 
 
Click Recording and Web,
 
 
After that, Recording Tool bar is displayed,
 
 
Click the Open Browser activity in Recording Tool bar,
 
 
Using selector select the Google browser,
 
 
Next, display the URL for navigation in the popup and click ok,
 
 
Next, click the click option in Recording Tool bar
 
 
Again select Click option
 
 
Using selector, click the search Textbox,
 
 
Next, click the Type option in Recording Tool bar
 
 
Using selector, click the search Textbox,
 
 
Next, Type the search text box content as Csharp corner and press enter key,
 
 
After that Csharp corner is filled in the search textbox
 
 
Next, Select click option in Recording Tool bar and using selector, click the search Textbox,
 
 
Next, select Click option in Recording Tool bar and using selector, click the link,
 
 
Next, select Click option in Recording Tool bar and using selector, click the photo link,
 
 
Next, select Click option in Recording Tool bar and using selector(use F2), click the view profile,
 
 
Next, click  Save & Exit in Recording Tool bar
 
 
Click the OpenBrowser Activity in the sequence and set the BrowserType property as Chrome,
 
 
Step 5
 
For running your project, select debug file -> Run. The output of the UiWebRecord project is,
 
 

Summary

 
Now you have successfully created and tested a Web recording automation Bot using UiPath Studio.


Similar Articles