Hi Suresh, you can try below code that uses the native property readyState <object hierarchy>.object.readyState. result of the statement can be any of the below
uninitializedThe object is first instantiated but has not begun loading. loadingThe object has commenced loading.loadedThe object has completed loading.interactiveThe object is loaded but not yet closed but is ready to handle interaction.completeThe object body has been closed and the loading is finished.(the table is copied from http://www.ssicom.org/js/x584623.htm) for page object readystate retuns either interactive or complete please let me know the result -- Regards, Deepak -- 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
