Jeganath KS has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks, I have tried to get the screen shot of given URL. I have used Win32::CaptureIE module to attain that. I used the following code
But I am getting the following error.use Win32::CaptureIE; StartIE; Navigate('http://www.google.com/'); my $img = CaptureElement('tab_user_options'); $img->Write("screenshot.png"); QuitIE;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't load 'C:/Perl/site/lib/auto/Image/Magick/Magick.dll'
by almut (Canon) on May 13, 2010 at 13:33 UTC | |
by Jeganath KS (Novice) on May 17, 2010 at 06:53 UTC |