diff options
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. |