Hi Avinash ,
Try the following code. It may help u

pageLoadStatus =
Browser("micClass:=Browser").Page("micClass:=Page").GetROProperty("attribute/
readyState")
                                pageLoadStatus =
Browser("micClass:=Browser").Page("micClass:=Page").Object.readyState
                                Do until  (pageLoadStatus = "complete")
                                        pageLoadStatus =
Browser("micClass:=Browser").Page("micClass:=Page").Object.readyState
                                        Wait(1)
                                Loop

On Jun 6, 12:51 pm, avinash vl <[email protected]> wrote:
> HI,
>
> I want to check whether the page is getting refreshed on clicking an image
> (the check is that it should not get refreshed). How can i do the same?
> Please suggest
>
> --
> Regards,
> Avinash
> 9847398004

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to