Perform Click

This is a pre-built Action located under the Captured Button Element, instructs the Avo Assure to click on a button, link, or any clickable element 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)

The dynamic variable holds the status as True or False.

Example

Simulates a mouse click action on the selected UI element during test execution.

The Perform Click action does not take any value in the Input Value column. It performs a click on the specified element in the application. The result of the action is stored in the {Click} variable, with the following possible values:

  • True – If the click is performed successfully.

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

Last updated

Was this helpful?