in reply to creating a useful browser from automation
I don't follow, why are you not using HMTL::Display with $ENV{'PERL_HTML_DISPLAY_COMMAND'}='run "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" %s'; as in your first example? Why the system call? That's an example from WWW::Mechanize for when you are not using HTML::Display.
$ENV{'PERL_HTML_DISPLAY_COMMAND'}='run "C:\Program Files (x86)\Google\ +Chrome\Application\chrome.exe" %s'; my $browser = HTML::Display->new();
What happened when you tried the script I posted?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: creating a useful browser from automation
by Aldebaran (Curate) on Sep 07, 2015 at 07:44 UTC |