|
|
Choosing A Webhost: |
WWW::Mechanize, save images from a page: msg#00049lang.perl.modules.lwp
Hi All, I am currently automating some UI tests with the help of WWW::Mechanize module. I need to save images on a webpage. I tried using the find_image function to get the reference of the image ( as shown in the script below ). But do not understand how I can save that image in a file. Kindly help! ------------------------------------- My program: ------------------------------------- #!/usr/local/bin/perl use strict; use warnings; use WWW::Mechanize; my $mech = WWW::Mechanize->new(); $mech->quiet(0); #turn on warnings my $host = "abc.xyz.com"; my $url = "http://$host/email"; $mech->get($url); my $imageref = $mech->find_image( url_regex => qr/gen_login_logo/ ); if ( $mech->success ) { print "Found the image, reference is : $imageref\n"; } else { print "Did not find the image\n"; } ------------------------------------ The Output: ------------------------------------ -bash-2.05b$ ./save_images.pl Found the image, reference is : WWW::Mechanize::Image=HASH(0x850d024) Thanks, Dhanashri
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Error while runing make test in Crypt-SSLeay and Net_SSLeay, Gopinath Mathivanan |
|---|---|
| Next by Date: | RE: WWW::Mechanize, save images from a page, Dhanashri Bhate |
| Previous by Thread: | Error while runing make test in Crypt-SSLeay and Net_SSLeay, Gopinath Mathivanan |
| Next by Thread: | RE: WWW::Mechanize, save images from a page, Dhanashri Bhate |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |