Mouse.Hover Method
Include Protected Members
Include Inherited Members
Hovers the mouse.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Hover(Point) | Moves the mouse to the specified location. | |
Hover(UITestControl) | Pauses the mouse on the specified control. | |
Hover(Point, Int32) | Pause the mouse at the specified point for a specified duration. | |
Hover(UITestControl, Point) | Moves the mouse to the specified location that is relative to the specified control. | |
Hover(UITestControl, Point, Int32) | Pauses the mouse at the specified location that is relative to the specified control for a specified duration. |
Top