p6steve has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks!
I am using the nice Win32::IE::Mechanize module to get some table extracts from https sites.
One of the caveats in Abe Timmermann's doc is:
The InternetExplorer automation object does not provide an interface to "popup windows" generated by security settings or JScript contained in the page.
DESPITE this, I would like to be able to click "Yes" when IE asks if I accept mixed secure / unsecure content (or just close the popup window.) Is there any trick to do this to avoid this annoying manual intervention?
~rheum
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::IE::Mechanize - Security Popups
by stiller (Friar) on Apr 30, 2008 at 11:01 UTC | |
|
Re: Win32::IE::Mechanize - Security Popups
by marto (Cardinal) on Apr 30, 2008 at 11:54 UTC | |
by p6steve (Sexton) on Apr 30, 2008 at 12:58 UTC | |
by marto (Cardinal) on Apr 30, 2008 at 13:10 UTC | |
by blazar (Canon) on Apr 30, 2008 at 16:18 UTC |