MouseMove Method
UFT One 2022 and later: Following the discontinuance of the Silverlight development framework, UFT One 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.
Visual Basic (Declaration) | |
---|---|
Overridable Sub MouseMove( _ ByVal x As Integer, _ ByVal y As Integer _ ) |
Parameters
- x
- X coordinates in pixels.
- y
- Y coordinates in pixels.