Corion / WWW-Mechanize-Chrome

automate the Chrome browser

Home Page:https://metacpan.org/release/WWW-Mechanize-Chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is outdated example?

KES777 opened this issue · comments

I did this manually:

...
use Mojo::File;
my $file =  Mojo::File->new( 'test.pdf' );
$file->spurt( $page_pdf );

Sorry - the documentation was taken over from WWW::Mechanize::Firefox / WWW::Mechanize::PhantomJs , but the code was never implemented properly. This is now fixed by b7f01a3 .

thank you