- 26 Oct, 2012 3 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 3 commits
-
-
- 24 Oct, 2012 3 commits
-
-
- 23 Oct, 2012 6 commits
-
-
Tester.assertField() can now test for field values from other types than inputs.
Nicolas Perriault authored -
-
-
-
-
-
- 22 Oct, 2012 1 commit
-
-
- 21 Oct, 2012 2 commits
-
-
- 19 Oct, 2012 18 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 4 commits
-
-