Move cursor position QTP


/ Published in: Visual Basic
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. Dim deviceReplayObject
  2. Set deviceReplayObject = CreateObject("Mercury.DeviceReplay")
  3. Call deviceReplayObject.MouseMove(x, y)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.