0.57 20180604
+ Add "images" command to list all images
+ Allow other user agent objects like WWW::Mechanize::Chrome
Use it from the command line as
perl -Ilib -MWWW::Mechanize::Chrome \
-MWWW::Mechanize::Shell \
-e"shell(agent => WWW::Mechanize::Chrome->new())"
0.56 20170425
+ Send uncompressed output to the browser
(contributed by weltonrodrigo)
+ Fix some warnings caused by links without a text
. Fix test suite due to newer version of Test::Without::Module
. Upgrade the test HTTP server to work in absence of CGI.pm
This module implements a www-like shell above WWW::Mechanize and also has the
capability to output crude Perl code that recreates the recorded session.
Its main use is as an interactive starting point for automating a session
through WWW::Mechanize.
The cookie support is there, but no cookies are read from your existing browser
sessions. See HTTP::Cookies on how to implement reading/writing your current
browsers cookies.