Click on Object

This is pre-built action in Avo Assure which is located under the @Custom element. It instructs the Avo Assure Client to Click on Object as specified in the input value.

Syntax

Input: <Object Type >; <Visible text>(optional);<index>;<abs(optional)>

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

Usecase/Example

Scenario: Click Action on Login button in web application

Consider a scenario where a user is testing web application and where user wants to click the Login button. For this scenario, Click on Object action used by Avo Assure. It helps user to click on login button after entering credentials for web application. It ensures login button functionality.

Input

Button;;1.

Expected Result

The click on the object action needs to click on Login button.

Output

The click on the object action performed on specified Login button.

Last updated

Was this helpful?