Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking for a headless browser that utilizes the Gecko engine and another the utilizes MSIE's engine (ideally with compatibility mode).

I have found PhantomJS which uses WebKit http://phantomjs.org/ and would like to find an equivalent tool for the other two engines.

The end goal would be to script the rendering of a web page and compare the results based on engine. I would like to do this via a web interface, so client side tools are out unfortunately.

Thanks.

share|improve this question

closed as off topic by Andrew Barber Apr 22 at 16:00

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

For Gecko, you have the project SlimerJS http://slimerjs.org

It is not natively headless but you can run it as headless with xvfb under linux/MacOS. And it has the same API as PhantomJS (not fully implemented for the moment but it will be)

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.