11-15-2011, 08:00 PM
Hi Acharya ,
Thanks for responding.QTP can very well handle such events.And yes, it can also get the tool tip of google image.
here is the code
its just that I'm not finding a way in my case.
Regards,
Ravi
Thanks for responding.QTP can very well handle such events.And yes, it can also get the tool tip of google image.
here is the code
Code:
Browser("name:=Google").Page("title:=Google").Image("html id:=hplogo").FireEvent "onmouseover"
wait(3)
msgbox Browser("name:=Google").Page("title:=Google").object.title
its just that I'm not finding a way in my case.
Regards,
Ravi