Le mercredi 19 février 2014 13:43:57 UTC+1, [email protected] a écrit : > We need to debug and measure execution time of JavaScript inside the pages we > display.
For this sort of work, web developers tend to use PhantomJS or CasperJS nowadays. http://phantomjs.org/ http://casperjs.org/ (built on top of Phantom (Webkit) or SlimerJS (Gecko)). I have no idea as to the Java embedding story for this though. David _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

