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
C#
element.DomMouseMove([pos])
VB
element.DomMouseMove([pos])
Variable |
Description |
pos |
Optional: The coordinates (relative to the window) of the new location. Point. |