contextMenuAt (UI Automation - Manipulation)
Compatible with:
- Purpose
- It simulates opening the context menu for the specified element (as might happen if the user "right-clicked" on the element) based on the co-ordiantes given in Value.
- Syntax
- contextMenuAt(locator, coordString)
- Target
- an element locator
- Value
- specify the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
- Return Value
- N/A