I include the trace:

2017/11/10 12:51:40 Spawning $VAR1 = [ 'google-chrome', '--remote-debugging-port=9222', '--disable-gpu', 'about:blank' ]; 2017/11/10 12:51:40 Spawned child as 6609 2017/11/10 12:51:42 Created new tab $VAR1 = { 'devtoolsFrontendUrl' => '/devtools/inspector.html?ws=127.0. +0.1:9222/devtools/page/882884f3-27b2-42f3-81b1-a80cad81d727', 'type' => 'page', 'id' => '882884f3-27b2-42f3-81b1-a80cad81d727', 'title' => '', 'webSocketDebuggerUrl' => 'ws://127.0.0.1:9222/devtools/page +/882884f3-27b2-42f3-81b1-a80cad81d727', 'description' => '', 'url' => 'about:blank' }; 2017/11/10 12:51:42 Connecting to ws://127.0.0.1:9222/devtools/page/88 +2884f3-27b2-42f3-81b1-a80cad81d727 2017/11/10 12:51:42 Connected 2017/11/10 12:51:42 Sent message $VAR1 = '{"method":"Page.enable","id" +:0,"params":{}}'; 2017/11/10 12:51:42 Sent message $VAR1 = '{"method":"Network.enable"," +id":1,"params":{}}'; 2017/11/10 12:51:42 Sent message $VAR1 = '{"method":"Runtime.enable"," +id":2,"params":{}}';

After accessing devtools link trace sent:

[1110/125428.096505:ERROR:devtools_http_handler.cc(365)] GetMimeType d +oesn't know mime type for: page/882884f3-27b2-42f3-81b1-a80cad81d727 +text/plain will be returned [1110/125428.111263:ERROR:devtools_http_handler.cc(365)] GetMimeType d +oesn't know mime type for: page/882884f3-27b2-42f3-81b1-a80cad81d727 +text/plain will be returned

Ivar


In reply to Re^2: Problem with WWW::Mechanize::Chrome by ivartr
in thread Problem with WWW::Mechanize::Chrome by ivartr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.