Top "Casperjs" questions

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

Casperjs catch console.log and console.error

I'am trying to catch site console.log and console.error by casperjs. In the case of console.log I have …

javascript casperjs
Use a node module from casperjs

Is it possible to install a node module, installed via npm, and then require it from a casperjs script? (I …

node.js npm phantomjs casperjs
Casperjs can't open urls dynamically?

I am trying to navigate to urls that are created from the script itself. This sample code does not work …

casperjs
How to get casper.js http.status code?

I have simple code below: var casper = require("casper").create({ }), utils = require('utils'), http = require('http'), fs = require('fs'); casper.…

javascript node.js web-crawler phantomjs casperjs