headzoo / surf

Stateful programmatic web browsing in Go.
MIT License
1.49k stars 160 forks source link

Support for textarea #16

Closed chlunde closed 9 years ago

chlunde commented 9 years ago

Hi, I did not find any support for textarea.

This patch handles them the same way as other text input fields.

headzoo commented 9 years ago

Thanks for the pull request. I'll merge this in with master later today.

omarpta commented 9 years ago

Hi, select (checkboxes) needs support too. Tks in advance.