Maany has asked for the wisdom of the Perl Monks concerning the following question:
2021/06/06 10:12:39 Spawning $VAR1 = [ 'C:\\Users\\Maany\\AppData\\Local\\Google\\Chrome\\Applicati +on\\chrome.exe', '--v=0', '--remote-debugging-port=0', '--enable-automation', '--no-first-run', '--mute-audio', '--no-zygote', '--no-sandbox', '--safebrowsing-disable-auto-update', '--disable-background-networking', '--disable-breakpad', '--disable-client-side-phishing-detection', '--disable-component-update', '--disable-hang-monitor', '--disable-prompt-on-repost', '--disable-sync', '--disable-translate', '--disable-web-resources', '--disable-default-apps', '--disable-infobars', '--disable-popup-blocking', '--disable-gpu', '--disable-save-password-bubble', 'about:blank' ];
#!perl use strict; use WWW::Mechanize::Chrome; $ENV{WWW_MECHANIZE_CHROME_CONNECTION_STYLE}='pipe'; my $mech = WWW::Mechanize::Chrome::->new();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: can't connect without knowing the port?! 0 www::mechanize::chrome
by Corion (Patriarch) on Jun 06, 2021 at 08:32 UTC | |
|
Re: can't connect without knowing the port?! 0 www::mechanize::chrome
by Corion (Patriarch) on Jul 09, 2021 at 19:51 UTC |