Corion / WWW-Mechanize-Chrome

automate the Chrome browser

Home Page:https://metacpan.org/release/WWW-Mechanize-Chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide access to transport

davavra opened this issue · comments

I need to access to the transport used by Mechanize Chrome.
$mech->driver and $mech->target return the same thing.

I found that I can get to the transport by $mech->target->{transport} but am afraid this might change in future releases.

A specific method would be better.

Yes - I've just added ->transport for direct access to the underlying transport object.