IEWaitDocumentComplete


 

IEWaitDocumentComplete>IE_Reference,Result

 

Waits for the document in the given web browser instance to have completely finished loading.

 

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

 

This function will timeout if the value set by IESetTimeout elapses before the document has loaded. It will return 0 if it times out, 1 if successful.

 

This is output by WebRecorder automatically after every document load.

 

See also: IE Functions

 

Example

 

IENavigate>%IE[0]%,www.mjtnet.com,ie_res

IEWaitDocumentComplete>%IE[0]%,ie_res