Click On Element
This is a pre-built Action located under the @Captured Element. The functionality of this Action in Avo Assure is to perform a click operation on the specified captured element within the application and stores the result in a dynamic variable for further use during test execution.
Syntax
Input Value: N/A
N/A
Not Applicable
Output Value: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
<Dynamic Variable> (Optional);<Dynamic Variable> (Optional)
Both Dynamic Variable holds the status of the action as True or False.
Example
Simulates a mouse click on a specified UI element in the application interface
The Click On Element action does not require any value from the Input Value column. It identifies the targeted element based on the captured object and triggers a click operation. The result of the click operation is stored in the {Click} variable, with the following possible values:
True – if the element is clicked successfully.
False – if the click action fails or an error occurs.

Last updated
Was this helpful?