Action
Invokes a mouse move using the DOM API. Alternatively you can use MouseMove function which will use low level replay for DomElements
and subclasses. This method is not supported for mobile web applications.
Syntax
element.DomMouseMove([pos])
Variable |
Description |
pos |
Optional: The coordinates (relative to the window) of the new location. Point.
|