- 22 Sep, 2012 6 commits
-
-
- 21 Sep, 2012 1 commit
-
-
- 07 Sep, 2012 1 commit
-
-
- 05 Sep, 2012 1 commit
-
-
- 20 Aug, 2012 1 commit
-
-
- 04 Aug, 2012 1 commit
-
-
- 26 Jul, 2012 3 commits
-
-
- 23 Jul, 2012 1 commit
-
-
- 19 Jul, 2012 1 commit
-
-
- 18 Jul, 2012 1 commit
-
-
- 16 Jul, 2012 4 commits
- 14 Jul, 2012 11 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 -
-
-
-
-
-
-
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
-
- 11 Jul, 2012 2 commits
-
-
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 -
-
- 08 Jul, 2012 1 commit
-
-
- 07 Jul, 2012 2 commits
-
- 03 Jul, 2012 3 commits