IESetTimeout


 

IESetTimeout>Timeout,Result

 

Sets the timeout in seconds to use for IEClickTag, IEFormFill and IEWaitDocumentComplete

 

To help ensure IEAuto does not try to click or fill tags before they exist IE_ClickTag and IE_FormFill will wait until they exist, or timeout within the time specified by IE_SetTimeout. IE_WaitDocumentComplete also uses this timeout to prevent hangs should a page fail to load.

 

See also: IE Functions

 

Example

 

//Set timeout for ClickTag and FormFill to 10 seconds, increase if pages load more slowly

IESetTimeout>10,ie_res