Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Can't call method "readystate" on an undefined value at C:/Perl/site/lib/Win32/IEAutomation.pm line 562

by bcarroll (Pilgrim)
on Aug 25, 2014 at 17:01 UTC ( [id://1098534]=note: print w/replies, xml ) Need Help??


in reply to Can't call method "readystate" on an undefined value at C:/Perl/site/lib/Win32/IEAutomation.pm line 562

Posting a link to the module page on CPAN is probably a better idea...

Do you get the same error with the following script?

use warnings; use strict; use Win32::IEAutomation; my $url = 'http://www.perlmonks.org/?parent=1070018;node_id=3333'; my $ie = Win32::IEAutomation->new( visible => 1); $ie->gotoURL($url); $ie->WaitforDone(); $ie->closeIE();
  • Comment on Re: Can't call method "readystate" on an undefined value at C:/Perl/site/lib/Win32/IEAutomation.pm line 562
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1098534]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-24 19:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found