headzoo / surf

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

Ajax calls #35

Closed ihash closed 8 years ago

ihash commented 8 years ago

Does Surf handle ajax and dynamic pages?

headzoo commented 8 years ago

No, it does not. It doesn't parse or run Javascript, so it cannot make ajax requests.