Type
This command is not part of the Default Command Set. You have to register the Incubator Command Set first (see Configuration).
Types the given key sequence into the currently focused control.
Use this command to send special keys (e.g. Tab, Enter, arrow keys) or to simulate
low-level keyboard input when the Set command is not sufficient.
The control to type into must already be focused. Use Click On or another
action to focus the control before using this command.
Parameters
keys
The key sequence to type into the focused control.
Printable characters are typed as-is. Special keys are enclosed in curly braces, e.g. {KEY_TAB}, {KEY_RETURN}, {KEY_UP}, {KEY_DOWN}.
Printable characters are typed as-is. Special keys are enclosed in curly braces, e.g. {KEY_TAB}, {KEY_RETURN}, {KEY_UP}, {KEY_DOWN}.
Examples
Type text followed by Tab key into the focused field
Click on the 'Username' field to focus it, type a username, and then press Tab to move focus to the next field.
| Command | Parameter | Optional Parameter | |
|---|---|---|---|
| click-on | Username | ||
| type | dobby{KEY_TAB} |
