Get Button Name
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built action in Avo Assure which is located under the @Custom element. It instructs the Avo Assure Client to fetch the name of the button specified in the input value.
Input: <Object Type>; <Visible text>(optional);<index>;<abs(Optional)>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Consider a scenario where a user is testing an E commerce application. Where user needs to check the Add to cart button. For this scenario, Get Button Name action used by Avo Assure. This action helps to locate the button and verify its functionality.
Button;;0.
The Get Button Name action needs to fetch the button name from the Button element and store the Button name in the {Name} output variable and store the status in {Status} output variable.
The Get Button Name action performed on button element and saves the Button name in the {Name} output variable and saves the status in the {Status} output variable as True.