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.