API Reference ManualsWinDriverVirtualUserScript ClassReferenceControl ClassGetCursorPosOn this pageGetCursorPosReturn the position of the mouse cursor.Point GetCursorPos();ParametersNoneExamplePoint p = GetCursorPos(); p.Offset(20,50);// move the X position by 10 and the Y value by 50Mouse.DoubleLeftClick(p); // double left click at new position