added ClientUtils.echo()
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 }); ```
Showing
2 changed files
with
22 additions
and
4 deletions
-
Please register or sign in to post a comment