11-17-2011, 03:46 PM
(This post was last modified: 11-17-2011, 03:49 PM by rajendra649.)
Thanks for ur reply.but QTP unable to recording in normal mode.its recording analog mode only. I have tried with "oshell object "and "mercury.devicereply" object even i am not able to click on the links which appeared after mouse hover the parent link
Ex: or
for more understanding plz find the above screenshot
please help me
Thanks
Raju
Ex:
Code:
browser().page().webelement().fireevent "onmouseover"
set oshell = createobject(WScript.shell)
oshell.sendkeys "{DOWN}"
oshell.sendkeys "{ENTER}"
Code:
Set deviceReplay = CreateObject( "Mercury.DeviceReplay" )
deviceReplay.KeyDown VK_CONTROL
deviceReplay.PressKey VK_A
for more understanding plz find the above screenshot
please help me
Thanks
Raju