Can't connect without knowing the port?! 0 at /usr/local/share/perl5/Chrome/DevToolsProtocol.pm line 316.
####
my $mech = WWW::Mechanize::Chrome->new(port => 9222);
####
2020/09/26 13:02:28 Spawning $VAR1 = [
'/usr/bin/google-chrome',
'--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'
];
2020/09/26 13:02:28 Spawned child as 7191
Can't connect without knowing the port?! 0 at /usr/local/share/perl5/Chrome/DevToolsProtocol.pm line 316.