in reply to Re: Win32::IEAutomation vs Win32::IE::Mechanize
in thread Win32::IEAutomation vs Win32::IE::Mechanize

With Win32::IEAutomation, can I run a java script directly? I have tried the following sentences: use Win32::IEAutomation; my $ie = Win32::IEAutomation->new( visible => 1); $ie->gotoURL('http://www.google.com'); my $IE=$ie->getAgent(); $IE->{Document}->scripts->item($script_name); But it does not work. Or pls send your comments to hanjie@sina.com Who can help me? Thanks a lot.
  • Comment on Re^2: Win32::IEAutomation vs Win32::IE::Mechanize