Closed davavra closed 4 years ago
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.
->transport
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.