Skip to main content

Scroll

Description

This Activity automates the Scroll to the left, right, up, and down.

note

This activity requires an active display and an unlocked user session to simulate interactions with UI components successfully. For more detailed information, please refer to the relevant section in the Desktop Automation Notes.

Properties

Input

  • Delay After – Delay time, in milliseconds, after executing the Activity. By default, it sets to 300 milliseconds.

  • Delay Before – Delay time, in milliseconds, before the Activity begins execution. By default, it sets to 200 milliseconds.

  • Vertical Scroll – Specify the number of lines to scroll. Positive and Negative values will perform a Scroll up and down, respectively. By default, it sets to 0.

  • Horizontal Scroll – Specify the number of steps to scroll. Positive and Negative values will perform Scroll right and left, respectively. By default, it sets to 0.

  • Window Instance - Holds the window instance identified through Window Selector. You can also type in the window instance for automation.

  • Search Parameters – Holds the information of the UI element identified through Element Selector.

  • X Adjustment – Horizontal (X) adjustment relative to the element position

  • Y Adjustment – Vertical (Y) adjustment relative to the element position

Misc

  • DisplayName – The display name of the Activity.

  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Timeout – Specifies the maximum duration the activity will wait for a response to perform the requested operation. A timeout error occurs if no response is received within the specified time. The default timeout is 30 seconds.
  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note

Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Example

Download Example

Scroll