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
using casperjs to click an html element based on its text

I have html elements on my page like this which is on a secure page post the form login <…

jquery casperjs webpage-screenshot
What must be wrapped in then() statements in CasperJS? How to determine execution order of sync/async functions?

I'm having something of a hard time determining what is asynchronous and what is not while running CasperJS, what must …

javascript asynchronous casperjs
Set Screen size in PhantomJS/CasperJS

I'm automating access to a web site to collect data from it. Unfortunately that page detects the screen size and …

javascript phantomjs casperjs screen-size
How to fill up form using CasperJS without form tag

I'm new to CasperJS and I'm having problems in logging in into this site http://weibo.com/login.php here's …

javascript casperjs html-input
How can I maximize the browser window while running test scripts in casperjs using slimerjs

I'm unable to view the full window while running test scripts in casperjs using slimerjs engine . could any one please …

javascript casperjs slimerjs