headzoo / surf

Stateful programmatic web browsing in Go.
MIT License
1.48k stars 159 forks source link

Implement interface methods for working with checkboxes, radio button… #44

Closed jtwatson closed 7 years ago

jtwatson commented 7 years ago

Implement interface methods for working with checkboxes, radio buttons and select’s. Implement handling for disabled fields. Substantially expands the test cases for forms.

Fix for #43

lxt2 commented 7 years ago

Happy to merge this, but did you intend for the author email on that commit to be a different one from your profile one @jtwatson?

jtwatson commented 7 years ago

I rebased to fix the email address, but couldn't figure out how to update this PR. @lxt2

jtwatson commented 7 years ago

Okay, got it fixed. Figured it out after reading isaacs/github#361

Sorry about the mess.

headzoo commented 7 years ago

@lxt2 - As you accept and merge these pull requests, can you be sure to update the "contributors" section of the readme as well.

lxt2 commented 7 years ago

Yup, no probs @headzoo.

lxt2 commented 7 years ago

Many thanks @jtwatson!