要求されたページは選択されたバージョンでは利用できない。
set clipboard
Description
Set the contents of the test machine’s system clipboard.
Arguments
value
The text to set.
Valid contexts
This action may be used within the following project items: test modules and user-defined actions.
Notes
- 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.
Applicable Built-In Settings
The following settings are applicable to this action: remove double quotes from cells.
Example
Action Lines
value
set clipboard hello
expected
check clipboard hello
Result