Changes for version 0.34 - 2019-06-15
- Add ->remove_listener to $mech to explicitly remove event listeners. The usual way is RAII-style, letting your event listener simply go out of scope. This is for times where you can't let your event listener go out of scope.
- Be more defensive to avoid (unweak) circular references. This should clean out more memory leaks whenever a callback is set or a Future is returned from W:M:C.
- Fix (partial code for) saving a page. I don't know how this test ever passed. This adresses RT #129821.
Modules
asynchronous dispatcher for the DevTools protocol
choose the best transport backend
AnyEvent backend for Chrome communication
Mojolicious backend for Chrome communication
IO::Async backend for Chrome communication
retrieve cookies from a live Chrome instance
automate the Chrome browser
Getting things done with WWW::Mechanize::Chrome
Domain Specific Language for short scripts
WWW::Mechanize::Chrome example programs.
represent a Chrome HTML node in Perl
Things to watch out for