IEWait


 

IEWait>IE_Reference/URL

 

Waits for the specified browser instance to no longer be busy by monitoring IE's busy property. (Can take a URL instead of IE instance).

 

IE_Reference must be an identifier value returned by IECreate, IEGetFromURL or IEWaitNew or a URL.

 

Note that waiting for IE to not be busy is not necessarily the same as waiting for the overall document to be complete. For waiting for document completeness we recommend using IEWaitDocumentComplete.

 

See also: IE Functions

 

Example

 

//Wait for IE[0] instance

IEWait>IE[0]