MouseMove Method

OpenText Functional Testing 2022 and later: Following the discontinuance of the Silverlight development framework, OpenText Functional Testing no longer supports the Silverlight Add-in by default.

If you need to use and extend the Silverlight Add-in, contact OpenText Support.

Simulates Mouse Move operation.

Remarks

The location in mouse simulation methods is expressed in screen coordinates.

Syntax

Visual Basic (Declaration)
Overridable Sub MouseMove( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
C#
virtual void MouseMove( 
   int x,
   int y
)

Parameters

x
X coordinates in pixels.
y
Y coordinates in pixels.

See Also