Contact Us 1-800-596-4880

User Interface

Following are the descriptions of every section and element in the RPA Recorder UI.

Home

The Home section contains the main controls of RPA recorder. If RPA recorder is started from RPA Manager, the existing BPMN of the process also shows here.

RPA Recorder Home screen

Recording

The following functions are available in RPA Recorder while recording a process:

Icon Name Description Hotkey

Start Recording icon

Start Recording

Starts a new recording session.

F8

Pause Recording icon

Pause Recording

Pauses the current recording session.

F8

Start Recording icon

Finish Recording Session.

Finishes the current recording session, and triggers the generation of Documents

 — 

Take Screenshot icon

Take Screenshot

Opens the Define Screenshot dialog.

F9

Add Variable icon

Add Variable

Opens the Add Variable dialog.

F10

Add Comment icon

Add Comment

Opens the Add Comment dialog.

F11

Add Activity icon

Add Activity

Opens the Add Activity dialog.

F12

Toast Notifications While Recording

When a recording state changes, a toast notification appears indicating current state. The notification stays for 2 seconds and disappears automatically.

Define Screenshot

Before you take a screenshot manually, the screen automatically freezes. You can select a method for taking manual screenshots:

  1. Press F9 while recording to open the Define Screenshot window.
    Define Screenshot window

  2. Select a freezing delay (in seconds), or no delay, from the dropdown menu.
    Select freezing delay

The timer delay mechanism takes effect regardless of the chosen screenshot method.

Add Variable

You can add variable information as part of the recording documentation by pressing F10 while recording. This is useful for the implementation of the process automation in RPA Builder.

Add Variable window

The possible variable types are:

  • Alphanumeric

  • Integer

  • Float

  • Boolean

  • Credential

Click Add to save the variable information to the recording documentation.

Pause the recording before adding a variable. If you open the Add Variable window while the recording is running, it pauses automatically.

Add Comment

You can add a comment as part of the recording to enrich the documentation with insight about a specific step.

Add Comment window

Pause the recording before adding a comment. If you open the Add Comment Window while the recording is running, it pauses automatically.

Add Activity

You can manually add an activity as part of the BPMN recording. Enter a name for the Activity and select its type.

Add Activity window

Possible activity types are:

  • Web Task

  • Bot Task

  • User Task

When you create a Web Task, you can choose to continue using the session of the last closed Web Task.

For User Tasks, RPA Recorder does not save documentation. You need to enter a description instead.

To continue recording, add a Bot Task.

Pause the recording before adding an activity or changing the creation mode of the activities. If you open the pop-up using the respective hotkey, while the recording is running, the recording automatically pauses.

RPA Recorder Configuration

You can configure RPA Recorder and set preferences.

The configuration section is divided into two parts:

Settings

Use the following settings to configure RPA Recorder:

  • Directory: Specifies the local folder for storing the documents (BPMN, PDF and XES) and application logs.

  • Create Process Documentation (PDF): If checked, a process documentation file is saved as PDF after the recording session stops.

  • Create Process Mining files (XES): If checked, a XES process fileXES process file is generated after the recording session stops.

  • Generate debug file with a list of raw recorded events: If checked, a debug file is generated after the recording session stops.

  • Take screenshot with every mouse click: If checked, RPA Recorder automatically takes a screenshot on every mouse click.

    • Area around the mouse click: Screenshots are a cropped area around the mouse click, based on the Area size in % (expressed in screen resolution percentage).
      Crop percentage can be within 20-50% screen resolution.

    • Full screen: Screenshots include all screens connected to your machine.

    • Mouse click screenshot quality: Specifies the quality of the screenshots on every mouse click.

      • Compressed JPEG format

      • Loss-free PNG format

  • Merge keystrokes: Concatenates keyboard entries entered during the recording into meaningful words and sentences based upon the timestamps when they were entered.
    Number is expressed in seconds and can range from 2 to 10 seconds.

  • Verbosity level: Defines wether to show detailed Process Information in Documentation. If you select Low, the information is not shown in Documentation.

Hotkeys

This section displays information about the specific hotkeys that can be used, and their description. Hotkeys cannot be customized.

hotkeys

About Screen

The about screen contains general information about RPA Recorder:

  • Version number

  • Copyright information

See Also