Skip to main content

Keyboard Shortcuts

Sends one or more keyboard shortcuts to 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
  • Keyboard Shortcuts: The keyboard shortcuts to be sent
    • Type: System.String
    • Required

Options

  • Bring the Window to the Foreground: Before clicking, always bring the window containing the element to the foreground.
    • Type: System.Boolean