Skip to content
Release: Australia · Updated: 2026-05-25 · Official documentation · View source

Screen, anchor, and step properties in AI Desktop Actions

Learn about the properties of screens, anchors, and steps. There are multiple types of steps and each step type has distinct properties. You can update the properties to modify the behavior of the steps.

Screen

PropertyDescription
NameUnique name for the captured screen. The updated name reflects in the Screens and steps panel.
Execution orderOrder in which the screen is executed when multiple screens are captured. You can drag the screen at the desired order in the Screens and steps panel.

Anchor

PropertyDescription
NameUnique name of the added anchor. The updated name reflects in the Screens and steps panel.
Execution orderOrder in which the anchor is executed when multiple anchors are added.
XLocation of the top-left corner of the anchor on the screen along the X-axis.
YLocation of the top-left corner of the anchor on the screen along the Y-axis.
WidthWidth of the area highlighted as anchor.
HeightHeight of the area highlighted as anchor.
Convert to grayscaleOption to convert the captured screen as a grayscale image. The default value is False.
Search in ScaleOption to specify whether the component scales the target image before trying to match the source image. The scaling is done in an increment of 10% each between 100% and 150%. The default value is False.
Confidence thresholdSpecifies the accuracy in matching the image captured before the component performs a step. The value of 1 defines a 100% match while 0.5 defines 50% match. The default value is 0.95 or 95% match.
Retry with scrollOption to scroll the target image before trying to match the source image.
Wait for imageOption to specify if the automation must wait for the image to appear on the screen. The default value is True.
Max wait timeNumber of seconds to wait for the image or application to appear on the screen.
Delay beforeDelay in number of seconds before the anchor is executed. The automation waits until the specified time elapses before executing the anchor.
Delay afterDelay in number of seconds after the anchor is executed. The automation will wait until the specified time elapses before executing the next anchor.

Step

  • Common properties for steps

    The following properties apply to all steps - Set Text, Click, Mouse Click, Send Keys, Get Text, Get Table, and OCR Read Text.

    PropertyDescription
    NameUnique name of the step. The updated name reflects in the Screens and steps panel.
    Execution orderOrder in which this step is executed when multiple steps are set up. This order is assigned when you add a step from the anchor. You can drag the step under its anchor at the desired order in the Screens and Steps panel.
    TypeType of the step, such as Set Text, Get Text, Mouse Click.
    DescriptionHelpful description of this step.
    XLocation of the green plus icon
Image omitted: ad-green-plus-icon.png
along the X-axis relative to the anchor.|
|Y|Location of the green plus icon
Image omitted: ad-green-plus-icon.png
along the Y-axis relative to the anchor.|
|Delay before|Delay in seconds before the action is executed.|
|Delay after|Delay in seconds after the action is executed.|
  • Set Text

    PropertyDescription
    Use parameterOption to supply the value from a Desktop action parameter record mapped in AI Agent Studio. When selected, the Static value field is not used.
    Static valueThe text to enter in the field when Use parameter is not selected.
  • Mouse Click

PropertyDescription
Mouse click typeType of mouse click action to set for this step:- Left click - Left double click - Middle click - Right click - Right double click - Move - Drag - Drop - Scroll down - Scroll up - Paste
  • Send Keys

    PropertyDescription
    Clear existing valueOption to specify if the step clears the existing value on a field before setting the text.
    Use parameterOption to supply the value from a Desktop action parameter record mapped in AI Agent Studio. When selected, the Static value field is not used.
    Static valueThe text to enter in the field when Use parameter is not selected.
    Focus with mouse clickOption to use the mouse click to focus on the area in the application where the mouse inputs are passed.
  • OCR Read Text

    PropertyDescription
    WidthWidth of the area in image to recognize and get the text.
    HeightHeight of the area in image to recognize and get the text.