Right Click on Object
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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.
Note: if for last argument abs is defined then the Action must be executed with absolute preformation with the specified visible text in the input.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
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.
file;;1
The Right Click on Object Action needs to click on the file object.
The "Right Click on Object" Action successfully simulates a user’s right-click action on a file element.