Right Click on Object
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to perform the “Right Click” operation on the object specified in the input.
Syntax
Input: <Object Type>;<VisibleText(Optional)>;<index>; <abs(optional)>
For above syntax user needs to gives specific Object type, visible text of the object (optional) along with element index of the object and abs.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Usecase/Example

Scenario
A user is testing the Application where user wants to use right-click functionality on a file in a file management system, which should display a context menu with options like "Open," "Delete," and "Rename."
For this scenario Right Click on Object Action need to perform right click operation.
Input
file;;1
Expected Result
The Right Click on Object Action needs to click on the file object.
Output
The "Right Click on Object" Action successfully simulates a user’s right-click action on a file element.
Last updated
Was this helpful?