filmov
tv
UiPath Browser Automation Tutorial (The Basics for Beginners)

Показать описание
This video tutorial shows how to automate web browsers with UiPath. We do basic automation, open a web application, do a login (username and password) in a browser, and take a screenshot.
Connect with me:
0:00 Intro
0:59 How to open a browser in UiPath
In UiPath, we use the Open Browser activity to do browser automation. Specify a URL (we create a variable) and select your preferred browser. Internet Explorer is standard, and there's a good reason for that since IE is always installed on all computers/servers. If you want to use Google Chrome, simply just specify it in Properties. In the Open Browser scope, we place all the activities related to this session.
2:54 Login in a browser
We create variables for the username and password and do a simple login into the web application. With the Type Into activity, we can easily type in the credentials. Remember to create variables for both username and password. A click activity is used to click a login button.
5:08 Take a screenshot in UiPath
In order to take a screenshot of a webpage, use a Take Screenshot activity and specify the area and output it to an Image variable. Afterward, drag in a Save Image activity and fill in the Image and Filename, where you want the screenshot stored.
#uipath #rpa #automation
Connect with me:
0:00 Intro
0:59 How to open a browser in UiPath
In UiPath, we use the Open Browser activity to do browser automation. Specify a URL (we create a variable) and select your preferred browser. Internet Explorer is standard, and there's a good reason for that since IE is always installed on all computers/servers. If you want to use Google Chrome, simply just specify it in Properties. In the Open Browser scope, we place all the activities related to this session.
2:54 Login in a browser
We create variables for the username and password and do a simple login into the web application. With the Type Into activity, we can easily type in the credentials. Remember to create variables for both username and password. A click activity is used to click a login button.
5:08 Take a screenshot in UiPath
In order to take a screenshot of a webpage, use a Take Screenshot activity and specify the area and output it to an Image variable. Afterward, drag in a Save Image activity and fill in the Image and Filename, where you want the screenshot stored.
#uipath #rpa #automation
Комментарии