Subscribe

UiPath Studio

The UiPath Studio Guide

Automatic Recording

Automatic recording is very useful and time-saving as it can provide you with a skeleton for your business processes, and can be easily customized and parameterized.

Automatically Generated Activities

As you can see in the examples below, for the actions that are recordable with the Automatic Recording, some activities are automatically generated:

  • Click – generated when you click a button (Basic and Desktop) or a link (Web). The options available in the Properties panel enable you to add a time delay before or after the action, change the click type and add key modifiers.
361
  • Type Into – generated when typing into a text field or any editable UI element. The options available in the Properties panel enable you to add a time delay before or after the action or between key strokes, change the text at any point, and erase the entire field before writing to it (EmptyField).
360
  • Select Item - generated when you select an item from a drop-down list or combo box. The options available in the Properties panel enable you to add a time delay before or after the action, and change the selected item.
363
  • Check - generated when a radio button or check box is clicked. The options available in the Properties panel enable you to add a time delay before or after the action, and select or unselect the check box.
381

The Active UI Framework

While recording, the Active UI Framework can be changed, for different results in the detection of different application UI Elements.

The following options are available:

Default

This is the UiPath proprietary method. Usually works fine with all types of user interfaces.

Active Accessibility

This is an earlier solution from Microsoft for making apps accessible. It is recommended that you use this option with legacy software, when the Default one does not work.

UI Automation

This is the improved accessibility model from Microsoft. It is recommended that you use this option with newer apps, when the Default one does not work.

📘

Note:

While recording, the Active UI Framework can be switched by using the F4 shortcut key.

Updated 3 years ago


Automatic Recording


Suggested Edits are limited on API Reference Pages

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