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


You need to login to view comments.