Patricia
Patricia

Reputation: 51

Headless Browser for FreeBSD Server?

I'm looking for an open source headless browser to run on a FreeBSD shared Web server, which can do reasonably accurate rendering of current HTML/CSS/JS.

As I'm not very skillfull with Unix/servers and don't have root access, this should have no dependencies that would not be installed on a typical Apache shared Web hosting server (ruling out Java and HtmlUnit I believe), and should ideally even be pre-compiled for FreeBSD.

I guess I need a command-line and/or PHP-accessible interface (I'm not too clear on how any of that will work).

Please respond to this question if:

Thanks

Upvotes: 0

Views: 843

Answers (2)

woopi
woopi

Reputation: 368

Maybe http://phantomjs.org/ is worth to have a look at.

Another way is to remote control the real browser using for example

http://www.seleniumhq.org/

Upvotes: 0

jschorr
jschorr

Reputation: 3054

I like lynx, it's a bit limited but unbelievably fast.

Upvotes: 3

Related Questions