Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtEntity
The requested page is not available for selected version.
MoveMouse
Syntax
long MoveMouse(int x, int y)
Description
Move the mouse pointer to the designated position inside thewindow.
Parameters
x
Horizontal position of pointer destination, specified as distance in pixels from left edge of window.
y
Vertical position of pointer destination, specified as distance in pixels from top edge of window.
Return Value
Return 0 if the call is successful (as reported back by the operating system); otherwise, -1.