Right Click on Object

This is a pre-built Action that comes for the captured Element, instructs the Avo Assure to perform a right-click on the captured 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)

This dynamic variable holds the status of the action as True or False.

Example

Performs a right-click on a captured object within the application.

The Right Click on Object action executes a right-click operation on the designated captured element (e.g., a radio button or icon), typically to trigger a context menu. The result of the action is stored in the {ClickStatus} variable, with possible values:

  • True – if the right-click is successfully performed

  • False – if the right-click action fails

Last updated

Was this helpful?