Clipboard package
The Clipboard package contains actions that enable you to automate using the Windows clipboard. Use the actions to copy a string value to the clipboard, copy the clipboard value to a string variable, and clear the clipboard.
Actions in the Clipboard package
The Clipboard
package includes the following actions:
Action | Description |
---|---|
Clear | Clears the clipboard. This action will remove any value that is stored in the clipboard. |
Copy from | Retrieves the values stored in the clipboard and stores it in the string variable that you select from the Assign the output to variable list. This action enables you to pass the value from the clipboard to other actions. |
Copy to | Stores values in the clipboard. You can either enter the value or specify the string variable that contains the value in the Value field. |