Save To Clipboard

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.

Syntax

Input: <Data to save on clipboard>

  • Supported Input Formats: 

1. Text

2. Static values/ Dynamic Variable

Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)

Use case/Example

Scenario: Testing Save to Clipboard Functionality

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.

Input

In the given example, we are storing the "Welcome”.

Text= Welcome

Expected Result

This action needs to save the given text to the clipboard as 'Welcome'.

Output

The output variable {Display} contains ‘Welcome’ which can be used for display or other purposes.

Last updated

Was this helpful?