Action group: "Base actions", subgroup: "Clipboard"
The action saves a text from a clipboard to a variable of a "String" type.
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Timeout | Timeout in milliseconds if clipboard is opened in another process. Default value is 30 seconds | Numeric | 20000 | No |
Results | ||||
Result | A variable of type "String" into which the text from the clipboard will be saved | String |
None.
From the text file read the text, copy to clipboard, get the text from the clipboard and display it in the dialogue window.
Use the "Read text file", "Copy text into clipboard", "Get text from clipboard", and "Show message" actions.
To solve the problem the text document with data is used.
The program robot completed successfully. The text was obtained from the clipboard and displayed in the dialogue window.