libwww-perl / WWW-Mechanize

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

make click_button by value work for image inputs and button tags #311

Closed simbabque closed 3 years ago

simbabque commented 3 years ago

I would really like to make this change for ->click_button( number => $n ) as well, but I am sure that will break people's code. Extra buttons suddenly messing up the numbering is a no-go I think. So I went with just adding a comment about it instead.

Fixes #131

simbabque commented 3 years ago

Sorry about the whitespace and thanks for the review. I have now found the "trim trailing whitespace" setting in my new IDE. Force-pushing a new version in a few minutes.