libwww-perl / WWW-Mechanize

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

Make current_form a mutator #197

Closed spazm closed 5 years ago

spazm commented 7 years ago

colossus...@gmail.com reported on Aug 8, 2011

If the user needs to manually iterate through the forms to find the one in which they are interested, there should be a way to set the form of interest to mech's current_form. Currently one has to directly assign to $mech->{current_form}.

Details

Imported from Google Code issue 215 via archive

oalders commented 5 years ago

I think this can be closed. There are various form_*() methods which can be used to select a form.