@Action

Keyword: ACTIONKEY

Description: This keyword or action instructs Avo Assure Client to send a key event to the device.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

ActionKey

<key name>; <number>

(Optional)

  1. Text, Static values, and Dynamic Variables

  2. Following are the inputs supported:

    • keydown; number

    • keyup; number

    • tab; number

    • enter; number

Find the snippet of the keyword below:

For the above keyword, after the test case debug, the actions of specified key event operations will be performed, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Last updated