headzoo / surf

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

[FIX] Handle selected options #108

Closed mattn closed 6 years ago

mattn commented 6 years ago

surf can handle selected="selected" options, but not for selected.

<option value=3 selected>
mattn commented 6 years ago

@headzoo Could you please take a look? This is a significant fix.

mattn commented 6 years ago

Thank you