Closed u007 closed 7 years ago
No, it does not.
Surf is so fast and uses very low resources. but the problem is web is going towards the point that you can see AngularJS, Vue, React, Ember and so many more frameworks everywhere. not being able to render those pages by surf, makes me use phantomjs, that is too slow and eats resources like a whale.
May you please add surf the ability to run JavaScript on the page? (width some option to make it enabled or disabled)
May you please consider this feature?
me too.
This is possible, just need to create a DOM and integrate https://github.com/robertkrimen/otto
The thing is, it's a LOT more complicated then that. Otto is a (partial) javascript interpreter, but you need to handle the DOM and all of the quirks of a browser. It's outside of the scope of what Surf does. I'd suggest looking at something like Chrome's new Headless mode.
Hi,
does it run javascript after loading the page? thanks