- 10 Jun, 2012 3 commits
-
-
- 09 Jun, 2012 8 commits
-
-
This option, when set to `true`, will blur password values in debug logs. Warning: the default value is `true`, so as of now, all password value will not show in logs. Set the option to `false` to revert to the old behavior.
Nicolas Perriault authored -
-
-
-
-
-
-
-
- 06 Jun, 2012 10 commits
-
-
-
-
-
-
-
A new `--includes` option has been added to the `casper test` command, allowing to pass a list of js/coffee scripts to include before each suite execution: $ casperjs test --includes=foo.js,bar.js my_test_suite.js
Nicolas Perriault authored -
-
-
-
-
- 05 Jun, 2012 2 commits
-
-
- 04 Jun, 2012 7 commits
-
-
- 03 Jun, 2012 3 commits
-
-
- 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 2 commits
-
-