Each time I run the Autoit script below, I get any of the following 2 error messages:
message 1:
Line 1124 AutoIt3\Include\IE.au3:
Local $o_col = $o_object.document.forms.item($s_Name)
Local $o_col = $o_object.document^ ERROR
Error: The requested action with this object has failed.
message 2:
Line 560 AutoIt3\Include\IE.au3:
WEnd
WEnd^ ERROR
Error: The requested action with this object has failed.
AutoIt Version: 3.3.8.1
Windows 7
IE 8
Autoit script:
#include <IE.au3&g