Mouse.Hover Method (Point)

Moves the mouse to the specified location.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Shared Sub Hover ( _
    screenCoordinate As Point _
)
public static void Hover(
    Point screenCoordinate
)
public:
static void Hover(
    Point screenCoordinate
)
static member Hover : 
        screenCoordinate:Point -> unit
public static function Hover(
    screenCoordinate : Point
)

Parameters

  • screenCoordinate
    Type: Point

    Point on the screen to which to move the mouse.

.NET Framework Security

See Also

Reference

Mouse Class

Hover Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace

Point