- 05 Nov, 2012 2 commits
-
-
- 04 Nov, 2012 1 commit
-
-
In order to terminate a test suite execution as soon as any failure is encountered.
Nicolas Perriault authored
-
- 31 Oct, 2012 1 commit
-
-
- 27 Oct, 2012 2 commits
-
-
- 26 Oct, 2012 2 commits
-
-
-
To print stuff out to the casper console from the remote page DOM environment: ```javascript casper.start('http://foo.ner/').thenEvaluate(function() { __utils__.echo('plop'); // this will be printed to your shell at runtime }); ```
Nicolas Perriault authored
-
- 25 Oct, 2012 1 commit
- 24 Oct, 2012 1 commit
-
-
- 21 Oct, 2012 1 commit
-
-
- 19 Oct, 2012 6 commits
-
-
-
-
Also, a new `onWaitTimeout` option has been added in order to set a desired behavior when a `wait*` function times out.
Nicolas Perriault authored -
-
-
- 18 Oct, 2012 9 commits
-
-
- 17 Oct, 2012 1 commit
-
-
- 14 Oct, 2012 1 commit
-
-
- 10 Oct, 2012 1 commit
-
-
- 01 Oct, 2012 1 commit
- 30 Sep, 2012 1 commit
-
-
WARNING: PhantomJS 1.7 ships with its own implementation of the module pattern, which is incompatible with what CasperJS provided. So the CasperJS' `modules` directory has been renamed to `node_modules` to allow loading CasperJS built-in modules natively. CasperJS remains compatible with PhantomJS 1.6 though.
Nicolas Perriault authored
-
- 27 Sep, 2012 2 commits
-
-
- 23 Sep, 2012 2 commits
-
-
Casper.currentHTTPStatus defaults to `null` when resource are loaded using the `file://` protocol.
Nicolas Perriault authored -
-
- 22 Sep, 2012 5 commits
-
-