CasperJS is a navigation scripting & testing utility for PhantomJS. It eases the process of defining a full navigation scenario and provides useful high-level functions, methods & syntaxic sugar for doing common tasks such as:
Browse the sample examples repository. Don't hesitate to pull request for any cool example of yours as well!
Read the full documentation on casperjs dedicated website.
Subscribe to the project mailing-list
Follow the CasperJS project on twitter and Google+.
Show me some code!Sample test to see if some dropdown can be opened:
casper.start('http://twitter.github.com/bootstrap/javascript.html#dropdowns', function() { this.test.assertExists('#navbar-example'); this.click('#dropdowns .nav-pills .dropdown:last-of-type a.dropdown-toggle'); this.waitUntilVisible('#dropdowns .nav-pills .open', function() { this.test.pass('Dropdown is open'); }); }); casper.run(function() { this.test.done(); });
Run the script:
Contributing Contributing codePlease read the CONTRIBUTING.md file contents.
Contributing documentationCasperJS's documentation is written using the Markdown format, and hosted on Github thanks to the Github Pages Feature.
To view the source files on github, head to the gh-pages branch, and check the documentation's README for further instructions.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4