Skip to main content

Hover

Hovers over a specified UI element.

Options

  • 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
    • Required
  • Bring the Window to the Foreground: Before clicking, always bring the window containing the element to the foreground.
    • Type: System.Boolean
  • 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
    • Required
  • Timeout: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds(30 seconds).
    • Type: System.Int32

Output

  • Selected UI Element: The selected UI element. This field supports only UIElement variable.
    • Type: ArenaRobotics.Domain.Entities.UIElement

Common

  • Delay After: Delay time (in milliseconds) after executing the activity. The default amount of time is 300 milliseconds.
    • Type: System.Int32
  • Delay Before: Delay time (in milliseconds) before the activity begins performing any operations. The default amount of time is 200 milliseconds.
    • Type: System.Int32