Skip to main content
Version: 0.23.1

Keyboard Actions

Actions in the Keyboard group of the actions menu.

Type Text

Types text into the active field, or into the field you point at with a search object. Shortcut Ctrl+Shift+T.

📸 Screenshot needed — /img/editor/actions/keyboard/type_text.png

Capture: the Type Text form with a variable inserted into Text to type and Advanced options expanded. Why it must be retaken: the form now also has Key after typing, and the state field is called Run Action.

ParameterDescription
Search objectField to type into. Leave empty to type into whatever currently has focus.
Text to typeText or variable content to enter. Click VAR to insert a variable.
Clear before typingClears the existing content of the field first. Default off.
Key after typingA key pressed once the text is in — typically Enter or Tab. Optional; saves a separate Key Shortcut action.
Wait afterPause after typing.
Timeout between actionsDelay in milliseconds between individual keystrokes. Default 0; raise it for applications that drop characters when typed at full speed. (Advanced options)
Required successStop the scenario if typing fails.

Key Shortcut

Sends a key or key combination. Shortcut Ctrl+Shift+K.

📸 Screenshot needed — /img/editor/actions/keyboard/key_shortcut.png

Capture: the Key Shortcut form with the key-selection dialog open on a combination such as Ctrl+S.

ParameterDescription
KeyThe key combination to send, e.g. Ctrl+C or Alt+F4. Num-lock keys are supported.
Wait afterPause after the keys are sent.

Clear

Clears the contents of an input field.

📸 Screenshot needed — /img/editor/actions/keyboard/clear.png

Capture: the Clear form with a search object selected. Note: the image currently lives under actions/mouse/clear.pngClear moved from the Mouse group to Keyboard, so move the file too.

ParameterDescription
Search objectField to clear. Leave empty for the focused field.
Required successStop the scenario if the field cannot be cleared.
Wait afterPause after clearing. (Advanced options)

Clipboard Get / Clipboard Set

Reads the clipboard into a variable, or writes a value to the clipboard.

On an RDP robot these appear as [RDP] Clipboard Get and [RDP] Clipboard Set and act on the clipboard of the remote session; the unprefixed versions are Desktop-only and act on your local clipboard.

📸 Screenshot needed — /img/editor/actions/keyboard/clipboard_get.png

Capture: the Clipboard Get form. Why it must be retaken: the RDP and Desktop variants are now separate menu entries with the [RDP] prefix.

Clipboard Get

ParameterDescription
Save to variable (name)Variable that receives the current clipboard content.

Clipboard Set

ParameterDescription
TextPlain text or variable value to place on the clipboard.
tip

Copying a value with Ctrl+C and reading it with Clipboard Get is often more reliable than reading text off the screen — no OCR involved. Use it whenever the application lets you select and copy the value.