Skip to main content

Mouse Scroll

Sends mouse scroll events to the specified UI element.

Input

  • Element: Use the UIElement variable returned by another activity.This property cannot be used alongside the Selector property. This field supports only UIElement variables.
    • Type: ArenaRobotics.Domain.Entities.UIElement
  • Selector: Text property used to find a particular UI element when the activity is executed.It is actually a XML fragment specifying attributes of the GUI element you are looking for and of some of its parents.
    • Type: System.String
  • Direction: Specifies the type of scroll to be performed with the mouse wheel
    • Type: System.Int32
    • Dropdown Options:
      • Left
      • Up
      • Right
      • Down
  • Type: Indicates the behavior of the mouse scroll activity.
    • Type: System.Int32
    • Dropdown Options:
      • Distance
      • To Element
  • # of Scrolls: The number of scroll steps to perform.
    • Type: System.Int32