- 14 Jul, 2012 8 commits
-
-
CasperJS test suites are now run against a local phantomjs based HTTP server. A new `casperjs selftest` command has been added to conveniently run CasperJS own test suite.
Nicolas Perriault authored -
Extracts and returns the raw body contents for latest retrived page. Sample script: ```javascript var casper = require('casper').create(); casper.start().then(function() { this.open('http://search.twitter.com/search.json?q=casperjs', { method: 'get', headers: { 'Accept': 'application/json' } }); }); casper.then(function() { require('utils').dump(JSON.parse(this.getPageContent())); }); casper.run(function() { this.exit(); }); ```
Nicolas Perriault authored -
-
-
-
-
-
-
- 07 Jul, 2012 1 commit
-
-
- 01 Jul, 2012 1 commit
-
-
- 30 Jun, 2012 2 commits
-
-
- 29 Jun, 2012 4 commits
-
-
- 28 Jun, 2012 2 commits
-
-
- 27 Jun, 2012 6 commits
-
-
- 26 Jun, 2012 1 commit
-
-
- 24 Jun, 2012 11 commits
-
-
- 23 Jun, 2012 4 commits
-
-