mouseDownRightAt (UI Automation - Manipulation)
Compatible with:
- Purpose
- This command is used to simulates a user pressing the right mouse button (without releasing it yet) at the specified location.
- Syntax
- mouseDownRightAt(locator, coordString)
- Target
- locator
- Value
- coordString - specifies the x,y position (i.e. - 10,20) of the mouse event relative to the element returned by the locator.
- Return Value
- N/A