libwww-perl / WWW-Mechanize

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

click_button dies with coordinates #369

Closed hubandr closed 8 months ago

hubandr commented 9 months ago

.. because "x" and "y" are counted as "present exclusive options" and therefore the count of exclusive options is higher than 1.

fixes could be one of these:

https://github.com/hubandr/WWW-Mechanize/tree/fix-click_button-non-exclusive-attributes https://github.com/hubandr/WWW-Mechanize/tree/fix-click_button-non-exclusive-attributes-2

oalders commented 9 months ago

Wonderful! Could you create PRs for both of those? That will make them easier to run under CI, review and see which one we'd like to merge.

Happy New Year!

hubandr commented 9 months ago

Happy New Year!

You have two PR now. Thanks.

haarg commented 9 months ago

371 looks fine to me.

oalders commented 8 months ago

Closed via #371