Return to Snippet

Revision: 44912
at April 20, 2011 18:37 by tsatish


Initial Code
Dim deviceReplayObject
Set deviceReplayObject = CreateObject("Mercury.DeviceReplay")
Call deviceReplayObject.MouseMove(x, y)

Initial URL


Initial Description
To move the cursor position to a desired location, we can use the following code.

Initial Title
Move cursor position QTP

Initial Tags


Initial Language
Visual Basic