I received the following error when trying to use _IEGetObjById on a browser object that I had obtained by using _IEAttach.
Shouldn't the code have gotten a 1 or 0 from IsObj and continued by returning with the standard message from _IEGetObjById that there was no match for the requested ID?
I'd appreciate any guidance on next steps to debug.
I guessing you are using AutoIt 3.3.14.x if so ..... Unfortunately I think this is probably the same problem as described here: https://www.autoitscript.com/trac/autoit/ticket/3097
Try to compile with x64 version of 3.3.14.x
Or try your script with 3.3.12.x
And back with results.