Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: Controlling IE and making it QUIT !!

by Anonymous Monk
on Feb 17, 2013 at 14:41 UTC ( [id://1019147]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Controlling IE and making it QUIT !!
in thread Controlling IE and making it QUIT !!

Oh? Hmm http://cpansearch.perl.org/src/PRASHANT/Win32-IEAutomation-0.5/lib/Win32/IEAutomation.pm
sub closeIE{ my $self = shift; my $agent = $self->{agent}; $agent->Quit; }

So the OP can use $IE->Quit;

Replies are listed 'Best First'.
Re^5: Controlling IE and making it QUIT !!
by Gangabass (Vicar) on Feb 17, 2013 at 16:04 UTC
    No! But (only for Win32::IEAutomation):
    $self->{agent}->Quit;
       $self->{agent} is same type of object as OPs , its  $IE  = Win32::OLE->new("InternetExplorer.Application"), it has all the same methods, it has Quit,

      No what?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-19 22:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found