Add SlimerJS to usage documentation
Showing
1 changed file
with
1 additions
and
2 deletions
1 | |||
2 | Usage: casperjs [options] script.[js|coffee] [script argument [script argument ...]] | 1 | Usage: casperjs [options] script.[js|coffee] [script argument [script argument ...]] |
3 | casperjs [options] test [test path [test path ...]] | 2 | casperjs [options] test [test path [test path ...]] |
4 | casperjs [options] selftest | 3 | casperjs [options] selftest |
... | @@ -10,6 +9,6 @@ Options: | ... | @@ -10,6 +9,6 @@ Options: |
10 | --log-level Sets logging level | 9 | --log-level Sets logging level |
11 | --help Prints this help | 10 | --help Prints this help |
12 | --version Prints out CasperJS version | 11 | --version Prints out CasperJS version |
13 | --engine=name Use the given engine. Current supported engine: phantomjs | 12 | --engine=name Use the given engine. Current supported engine: phantomjs and slimerjs |
14 | 13 | ||
15 | Read the docs http://docs.casperjs.org/ | 14 | Read the docs http://docs.casperjs.org/ | ... | ... |
-
Please register or sign in to post a comment