You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Move the mouse by an offset of the specificed element.
1742
+
-- If no element is specified, the move is relative to the current mouse cursor.
1743
+
-- If an element is provided but no offset, the mouse will be moved to the center of the element.
1744
+
-- If the element is not visible, it will be scrolled into view.
1745
+
-- URL Parameters:
1746
+
-- :sessionId - ID of the session to route the command to.
1747
+
-- JSON Parameters:
1748
+
-- element - {string} Opaque ID assigned to the element to move to, as described in the WebElement JSON Object. If not specified or is null, the offset is relative to current position of the mouse.
1749
+
-- xoffset - {number} X offset to move to, relative to the top-left corner of the element. If not specified, the mouse will move to the middle of the element.
1750
+
-- yoffset - {number} Y offset to move to, relative to the top-left corner of the element. If not specified, the mouse will move to the middle of the element.
0 commit comments