Click on Object

This is a pre-built Action located under the Captured Textbox Element, instructs the Avo Assure to click on the textbox and save the result in the dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

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

This variable stores the status as True or False

Example

Performs a click action on the specified object within the application.

The Click on Object action does not take any value in the Input Value column. It identifies the object using object properties and performs the click operation. The result of the click operation is stored in the {Click} variable, with the following possible values:

  • True – If the object is clicked successfully.

  • False – If the click fails or an error occurs.

Last updated

Was this helpful?