CasperJS is a JavaScript based navigation scripting & testing utility for PhantomJS (WebKit) and SlimerJS (Gecko).
Though I have been using CasperJS for some time, and rely on console logging for debugging. I was wondering if …
debugging remote-debugging casperjsHow can I inspect an object in a casperjs script ? I tried console.log(arguments) but it only prints [object …
phantomjs casperjs