Subscribe

UiPath Studio

The UiPath Studio Guide

Example of Automatic Recording with Web

To exemplify how you can use the web recording and understand how it works, let’s create a project that enables you to go to UiPath Academy and sign in to your account with your email address.

📘

Note:

It is recommended to run your web automations on Internet Explorer 11 and above, Mozilla Firefox 50 or above, or the latest version of Google Chrome.

  1. Open an Internet Explorer instance and navigate to https://academy.uipath.com.
  2. In UiPath Studio, create a new sequence.
  3. Add an Open Browser activity to the Designer panel.
  4. Select the activity and, in the Url field, write https://academy.uipath.com.
  5. In the Design tab, in the Wizards group, select Recording > Web. The Web Recording toolbar is displayed and the main view is minimized.
  6. Click Record. The automating recording process starts.
  7. In Internet Explorer, click Login/ Sign up, and then select Continue with Email.
  8. Enter your email address and password.

📘

Note:

When the Type Into pop-up is displayed for your password, make sure that you select the Type Password check box. Besides the Type Into activity, another activity, Get Password, is created in the sequence. This activity hides the password behind asterisks (*) and stores it in a string variable.

486 472
  1. Click Login and press Esc two times. The recording is saved and displayed in the Designer panel.
  2. Close Internet Explorer manually.
  3. In Studio, add a Close Tab activity as the last activity in the Attach Browser container.
  4. Press F5. The automation is executed as expected.

Download example

Updated 2 years ago


Example of Automatic Recording with Web


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.