#!/usr/bin/perl use strict; use warnings; use WWW::Mechanize::Chrome; use Log::Log4perl qw(:easy); Log::Log4perl->easy_init($ERROR); my $mech = WWW::Mechanize::Chrome->new(launch => 'C:\Program Files (x8 +6)\Google\Chrome\Application\chrome.exe'); $mech->get('https://www.google.com'); print $mech->content( format => 'text' );
"It's not how hard you work, it's how much you get done."
In reply to Retrieve Rendered Web Page Using WWW::Mechanize::Chrome by roho
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |