Click
Last updated
Last updated
The Click Action in the Avo Assure is found under the @Custom Element. It instructs the Avo Assure Client to click on the object as specified in the input and save the status (True/False) in output variable.
Input: <ObjectType>;<Visible Text(Optional)>;<Index>;<Row;Column(Table- Optional)>
Note: The user needs to provide the type of object, its visible text of the element (if needed), its element index and number of row and column.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
When a user is executing an SAP application, user enters the shipping address in the required fields. To save the shipping details, user need to click on save button to perform click operation user can use the click action in the Avo Assure. By specifying the locator of the "Save" button in the input, the click action can be used to automatically click the "Save" button and complete the process of saving the shipping address.
button;;0
The Click action needs to click on save button and save the status in Output variable.
The Click action clicks on save button and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.