headzoo / surf

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

does submitting a form fires any javascript event attached to the submit button? #77

Closed AmrAlfoly closed 6 years ago

AmrAlfoly commented 6 years ago

i need to know if i was trying to submit a form which has a javascript event attached to the submit event will fire this event or not ?

lxt2 commented 6 years ago

Nope, Javascript isn't supported.