set clipboard
Set the contents of the test machine’s system clipboard.
Name | Description | Type | Modifier |
---|---|---|---|
value | The text to set | String | None |
None
This action may be used within the following project items: test modules and user-defined actions.
value
set clipboard hello
 
variable
check clipboard hello
- If the value argument is empty, the clipboard is cleared.
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of the argument, or the argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.