1. Home
  2. Docs
  3. Web 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 AttachBrowser activity, then no need to pass the browser instance else have to pass the Browser variable instance of the previously opened browser in which the action needs to be performed.

Properties

      Input

  • browser (InArgument<Browser>) – Define the Browser variable of the browser instance in which actions needs to be performed.
  • keys(ddlkeys) – select the keyboard key which is required for performing the action.

      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.