1. Home
  2. Docs
  3. UI Automation
  4. SendHotKey

SendHotKey

AIWOZO.Core.WebAutomation.SendHotkey

  • GoHotkey activity is used for sending the keyboard shortcuts to an UI element.
  • If this activity is used inside AttachWindow activity, then no need to pass the window instance else have to pass the Window variable instance of the previously opened window in which the action needs to be performed.

Properties

        Input

  • keys(ddlkeys) – select the keyboard key which is required for performing the action.
  • window (InArgument<window>) – Define the Window variable of the window instance in which action need.

      Misc

  • DisplayName (String) – To set a meaningful name according to the user.

      Options

  • keyModifiers (InArgument<String>) – Define the key modifier which are used as a key combination like Alt, Ctrl etc