libwww-perl / WWW-Mechanize

Handy web browsing in a Perl object
https://metacpan.org/pod/WWW::Mechanize
Other
68 stars 53 forks source link

Please add clear_history method #214

Closed spazm closed 6 years ago

spazm commented 7 years ago

fumeoftheday reported on Jul 5, 2012

What steps will reproduce the problem?
1. N/A
2.
3.

What is the expected output? What do you see instead?
N/A

What version of the product are you using? On what operating system?
All.

Please provide any additional information below.

Sometimes when a website misbehaves I find that I want to be able to reset things because the back() method won't do what I want.  I'd like to be able to clear the history so that back() fails and I can reload the data using get.

I could delete the object and create a new one - but I'd rather not.

Details

Imported from Google Code issue 237 via archive