Perform Click

This is a pre-built Action located under the captured button element. The functionality of this Action in Avo Assure is to click a button, link, or any clickable element. The result is stored in a dynamic variable for further use during test execution.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

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

Argument
Description

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

Both dynamic variable stores the status as True or False.

Example: Performing a Click on a UI Element

In this example, we explain how to perform a click action on a captured UI element during test execution using the Perform Click action.

  • Action: Perform Click

  • Input Value: N/A

    • This action does not required any input value in the Input Value column. It performs a click operation on the captured UI element within the application.

  • Output Value: {Status}

    • The result of the click operation is stored in this {Status} dynamic variable with the following possible values:

      • True: If the click is performed successfully.

      • False: If the click is not performed successfully.

  • Logical Explanation: The Perform Click action identifies the UI element and performs a click operation during test execution. The result of this action is True, which is stored in the {Status} variable.

Last updated

Was this helpful?