Set Clipboard Content
Command description
Write the specified content to the system clipboard as text. A subsequent step can paste it into an input field, window, or application with Ctrl+V or another paste action.
Command Input Parameters
| input parameters | Input parameter type | Description |
|---|---|---|
| Content | any | Content to write; converted to a string at runtime |
Command Output Parameters
None
Note
- This command replaces the current clipboard content.
- This command sets the clipboard text but does not paste it. Use Ctrl+V or a corresponding input command in a subsequent step.
- To place a file on the clipboard, use Add File to Clipboard.
Generation Notes
- Set the text content of the system clipboard.