- 03 Jun, 2012 1 commit
-
-
- 31 May, 2012 5 commits
-
-
-
-
This is to allow having no output coloration. A new `colorizerType` casper option has been added to choose between the `Colorizer` and `Dummy` types. Usage: var casper = require('casper').create({ colorizerType: 'Dummy' // no color added });
Nicolas Perriault authored -
-
Casper.clickLabel() can click on an element found by its innerText content.
Nicolas Perriault authored
-
- 28 May, 2012 11 commits
-
-
-
-
The new `error` event is basically a hook into PhantomJS' `onError` native handler. Tester has been refactored to take part of this new evented strategy to display better informations in test results.
Nicolas Perriault authored -
-
closes #89 - Support for more mouse events Conflicts: modules/casper.js modules/clientutils.js
Nicolas Perriault authored -
-
-
-
-
-
- 27 May, 2012 17 commits
-
-
Now all `assert*` methods returns an object containing informations about the failure, if any.
Nicolas Perriault authored -
-
-
-
-
-
-
-
reference discussion: https://groups.google.com/forum/?hl=fr?fromgroups#!topic/casperjs/TCkNzrj1IoA
Nicolas Perriault authored -
reference discussion: https://groups.google.com/forum/?hl=fr?fromgroups#!topic/casperjs/TCkNzrj1IoA
Nicolas Perriault authored -
-
-
-
-
-
-
- 26 May, 2012 5 commits
-
-
- 25 May, 2012 1 commit
-
-