It's been a long while since I've been here. I am trying to use Win32 IEAutomation to automate IE to login to SharePoint, read some information, download some files and some other junk. I installed WIN32 IEAutomation. When I run the simple script:
use Win32::IEAutomation;
my $ie = Win32::IEAutomation->new( visible => 1, maximize => 1);
$ie->gotoURL('http://www.google.com');
I get "Could not start AutoItX3 Control through OLE". I have googled this and all of the solutions that I can find don't work. I modified WinClicker to specify where the AutoItX3.dll is - no go. I installed all of AutoIt - no go. I mannually registered the AutoItX3.dll - no go.
Anyone done this? Anyone know how I can get this to work?
Thanks in advance,
Mike