Re: Running ReSpec in headless browser?

* Dominique Hazael-Massieux wrote:
>Has anyone managed to get the transformed DOM out of a ReSpec document
>via a headless browser? I tried with with zombie.js, but without success
>(no error message, but the DOM isn't transformed either).
>
>This would be to build scripts that can run checks on the transformed
>document (e.g. to run the Web IDL checker).

My http://cutycapt.sourceforge.net/ seems to work fine,

  % CutyCapt --out=out.html --delay=5000
     --url=http://dev.w3.org/2009/dap/ReSpec.js/documentation.html

produces what I get in the browser.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 28 November 2011 10:14:48 UTC