headzoo / surf

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

Browser default page state #73

Closed stnight closed 7 years ago

stnight commented 7 years ago

I would like to know if the headless browser produced by surf package has the same behavior with the known browsers? I mean - does it allow the page to load and run its own javascripts for additional UI rendering? It seems i can't find an specific dom element after logging in at facebook

lxt2 commented 7 years ago

It's not a headless browser, it doesn't execute any javascript unfortunately. It's for interacting with the underlying HTML in a nice way.