I'm having trouble with the Internet Explorer object in AutoIt V3. I am trying to open a window, wait for it to load, then close it. It works for a good few minutes but then starts throwing out this: --> IE.au3 V2.4-0 Error from function _IECreate (Browser Object Creation Failed)
--> IE.au3 V2.4-0 Warning from function _IECreate (Foreground Window Unlock Failed!)
--> IE.au3 V2.4-0 Error from function _IELoadWait, $_IEStatus_InvalidDataType
--> IE.au3 V2.4-0 Error from function _IEBodyReadHTML, $_IEStatus_InvalidDataType
--> IE.au3 V2.4-0 Error from function _IEQuit, $_IEStatus_InvalidDataType Does anyone know why this is happening? The code is here.