mouseMoveAt (UI Automation - Manipulation)
Compatible with:
- Purpose
- This command is used to simulate a user pressing the mouse button (without releasing it yet) on the specified element.
- Syntax
- mouseMoveAt(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