Clipboard - Copy
Declaration
<AMCLIPBOARD ACTIVITY="copy" />
Description
Copies the selected text to the clipboard.
Practical usage
Used to simulate the user interaction technique of transferring text, data, files or objects from a source to a destination. This activity creates a duplicate of the selected region of data from the currently focused window onto the clipboard in order to paste it to another window or application using the Paste activity, or by pressing CTRL+V.
Parameters
This activity has no parameters.
Example
- Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
- To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.
Description
Copy the selected text to the clipboard.
<AMCLIPBOARD ACTIVITY="copy" />