Get button name
Last updated
Last updated
This is pre-built Action comes for the Captured Button from Desktop Application Element. It instructs the Avo Assure Client to retrieve the button name which is captured and save the result in the given output variable.
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
In a customer relationship management (CRM) desktop application, there is a button labelled "Save" in the customer details form, used to save changes made to a customer's information. The application needs to be tested to ensure that the button name is correctly displayed and identified, especially if there are multiple versions of the application or localized language settings.
The Get button name needs to retrieve the "Save" button on the customer details form.
The Action needs to retrieve the button name of the captured button and store the name of the button in Output Variable.
The Get button name Action retrieves the name of the button and stored in the {result} output variable as save, which can be utilized for display or other purposes.