headzoo / surf

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

Forms: improved support #101

Closed aymeric451 closed 5 years ago

aymeric451 commented 6 years ago

When submitting a form with pre-filled values, sometimes these values are not sent.

These cases are :

This PR fixes theses bugs.