Skip to main content

Automatic Recording



Automatic Recording:
It is very useful & time saving as it provides you a skeleton for the business process
We can easily customized & parameterized
Below actions/activities are automatically generated, while user is in ‘Automatic Recording’
Click - when you click a button (Basic and Desktop) or a link (Web).
TypeInto - typing into a text field or any editable UI element
SelectItem – when you select an item from a drop-down list or combo box
Check – when a radio button or check box is clicked

User is able to add time delay (& many more) in Properties panel for the above actions/activities.




Examples for Basic & Desktop Recordings:
  1. Open Notepad.
  1. In UiPath Studio, create a new sequence.
  1. a. In the Design ribbon tab, in the Wizards group, select Record > Basic. The Basic Recording toolbar is displayed and the main view is minimized.
    b. In the Design ribbon tab, in the Wizards group, select Record > Desktop. The Desktop Recording toolbar is displayed and the main view is minimized.
  1. In the Wizards group, click Automatic Recorder. The automating recording process starts.



  1. In Notepad, click on the main panel. A pop-up window is displayed
  2. Type a custom text and press Enter. The string is displayed in Notepad
  1. From the Format menu, select Font. The Font window is displayed.
  1. Select a different font style, such as Bold Italic, and click OK.
  1. Press Esc two times. You exit the recording view and the saved project is displayed in the Designer panel.
  1. Press F5. The automation is executed as expected. 


Basic Recording Screenshot:




Desktop Recording Screenshot:








Comments