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… #64

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

Why the close @jtwatson?

jtwatson commented 7 years ago

I was able to fix the original PR#44