diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2012-08-12 13:07:27 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-14 22:30:50 -0500 |
commit | 361a6df14effd159a2231bd16a0e6e19c598339a (patch) | |
tree | d69335ec8bb997743fbc09d5aff5ab7242f51d95 /development/casperjs/README | |
parent | 6cde0c7ced6f9f730c021e6cc8871fce81de71b7 (diff) | |
download | slackbuilds-361a6df14effd159a2231bd16a0e6e19c598339a.tar.gz |
development/casperjs: Added (scripting and testing for phantomjs)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/casperjs/README')
-rw-r--r-- | development/casperjs/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/casperjs/README b/development/casperjs/README new file mode 100644 index 0000000000..c8c49a6eef --- /dev/null +++ b/development/casperjs/README @@ -0,0 +1,8 @@ +CasperJS is an open source navigation scripting & testing utility +written in Javascript and based on PhantomJS — the scriptable headless +WebKit engine. It eases the process of defining a full navigation +scenario and provides useful high-level functions, methods & syntactic +sugar for doing common tasks like filling & submitting forms, +clicking and following links, scraping Web contents, etc. + +This requires phantomjs at runtime. |