MouseMove Method

UFT One 2022 and later: Following the discontinuance of the Silverlight development framework, UFT One no longer supports the Silverlight Add-in out of the box.

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