Keyboard Actions
Clipboard Get / Set
Get stores clipboard text in a variable; Set writes text to the clipboard.
| Parameter | Description |
|---|---|
| Save to variable (name) | Variable that receives the current clipboard content. |
| Text | Plain text or variable value that will be placed on the clipboard. |
Key Shortcut
Simulates a keyboard shortcut (e.g., Ctrl + C).

| Parameter | Description |
|---|---|
| Key | Key combination to send (e.g., Ctrl + C). |
| Wait after | Pause after the shortcut is pressed (Default, None, or custom). |
Type Text
Types text into the active field (or one you indicate Search object).

| Parameter | Description |
|---|---|
| Search object | Element to type into (optional). |
| Required success | When ON, the workflow stops if typing fails. |
| Text to type | Text or variable content to be entered. |
| Wait after | Pause after typing (Default, None, or custom). |
| Timeout between actions | Delay (ms) between keystrokes — useful for slow applications. |
| Clear before typing | When enabled, existing text in the field is cleared first. |