I was using the following code as a general way to have scripts run against the next browser selected.
WinWaitActive("[CLASS:IEFrame]")
Dim $olsHandle = WinGetHandle ( "[CLASS:IEFrame]" )
Dim $oIE = _IEAttach ($olsHandle, "HWND")
When I switched to my new laptop the scripts stopped working. I have found what I think is the issue.
First here is the error I get when running in SCITE
E:\Bin\autoit\install\Include\IE.au3 (2674) : ==> The requested action with this object has f