I finanly managed to get Win32::CaptureIE installed, it seems it is dependent on Win32::Screenshot which is marked to be dependent on image-magick, so installs it, but then tries to install perl-magick.
Looks like there is a discrepancy between the name of the modules and their dependencies, so , I removed image-magic k, installed perl-magick manually, then Win32::Screenshot, then Win32::CaptureIE. phew!
but now I am guetting an error when using the example for usage
throws up
what does this mean?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
Looks like there is a discrepancy between the name of the modules and their dependencies, so , I removed image-magic k, installed perl-magick manually, then Win32::Screenshot, then Win32::CaptureIE. phew!
but now I am guetting an error when using the example for usage
Code:
use Win32::CaptureIE;
StartIE;
Navigate('[URL unfurl="true"]http://my.server/page.html');[/URL]
my $img = CaptureElement('tab_user_options');
$img->Write("ie-elem.png");
QuitIE;
Can't call method "Navigate" on unblessed reference
what does this mean?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.