in reply to Re^2: Win32::IEAutomation and existing IE session
in thread Win32::IEAutomation and existing IE session
I too am trying to reuse an IE session but have no success with this:
use IeExisting; my $ie = IeExisting->new( visible => 1, maximize => 1, warnings => 1); $ie->gotoURL('http://www.google.com');
This starts up a new IE window rather than finding/connecting to existing session.
I confirmed it is using the IeExisting constructor (by commenting out the line with "->new" from IeExisting, but then I get an error "Could not start Internet Explorer Application through OLE" when trying to connect to an existing session
Or am I doing something wrong?
Suggestions and comments welcome.
I'm using IE7 on XP.
Thanks...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Win32::IEAutomation and existing IE session
by Anonymous Monk on Apr 06, 2010 at 06:45 UTC | |
by zerocred (Beadle) on Apr 06, 2010 at 09:30 UTC |