headzoo / surf

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

Fix Textareas values #112

Open aymeric451 opened 5 years ago

aymeric451 commented 5 years ago

Textareas are handled differently from other inputs. Their value is contained inside its inner text instead of their "value" attribute.