Save To Clipboard
Last updated
Was this helpful?
Last updated
Was this helpful?
This action in Avo Assure available under the @Generic element instructs Avo Assure Client to extract the data provided in the input value and save it to the clipboard.
Input: <Data to save on clipboard>
Supported Input Formats:
1. Text
2. Static values/ Dynamic Variable
Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)
In this scenario, uszers are testing Save to clipboard functionality. User wants to verify that the application correctly saves a specified input value to the clipboard and captures that value in an output variable. In this example, once the execution begins, the system will specify "Welcome" as the input value, save it to the clipboard, and store this value in the output variable.
In the given example, we are storing the "Welcome”.
Text= Welcome
This action needs to save the given text to the clipboard as 'Welcome'.
The output variable {Display} contains ‘Welcome’ which can be used for display or other purposes.