Skip to main content

Send Keys

Description

It sends the specified Text to the current cursor position.

Properties

Input

  • Delay After – Delay time, in milliseconds, after executing the Activity. By default, it sets to 300 milliseconds.

  • Delay Before – Delay time, in milliseconds, before the Activity begins execution. By default, it sets to 200 milliseconds.

  • Text to send – The keys to send.

  • Window Instance - Holds the window instance identified through Window Selector. You can also type in the window instance for automation.

  • Search Parameters – Holds the information of the UI element identified through Element Selector. If no element is selected through Element Selector, then activity will consider currently focused element.

Misc

  • DisplayName – The display name of the Activity.

  • Private – Logs the variable and argument values at Verbose level when unchecked.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Example

Download Example