Top "Casperjs" questions

CasperJS is a JavaScript based navigation scripting & testing utility for PhantomJS (WebKit) and SlimerJS (Gecko).

Is there a way to step in to CasperJS code and Debug step by step

Though I have been using CasperJS for some time, and rely on console logging for debugging. I was wondering if …

debugging remote-debugging casperjs
Casperjs inspect a javascript Object

How can I inspect an object in a casperjs script ? I tried console.log(arguments) but it only prints [object …

phantomjs casperjs