Firefox browser does not have property "Busy".Busy is the property available for IE but could not find an equivalent of this property in firefox.
My need is to verify that a page is loaded after actaully hitting a link and sometime it may take sometime to load the page.
I would like to wait till the page is loaded and then verify some properties of the page.
For IE I am waiting for Busy=False and then verifying banner or title of the page loaded.