Commit a7da3f0b a7da3f0b9f07cd1b6476d40582b9f69b731d0475 by Nicolas Perriault

updated README with direct links to documentation sections

1 parent 359f9896
...@@ -4,15 +4,15 @@ CasperJS is a navigation scripting & testing utility for [PhantomJS](http://www. ...@@ -4,15 +4,15 @@ CasperJS is a navigation scripting & testing utility for [PhantomJS](http://www.
4 It eases the process of defining a full navigation scenario and provides useful 4 It eases the process of defining a full navigation scenario and provides useful
5 high-level functions, methods & syntaxic sugar for doing common tasks such as: 5 high-level functions, methods & syntaxic sugar for doing common tasks such as:
6 6
7 - defining & ordering navigation steps 7 - defining & ordering [navigation steps](http://casperjs.org/#phantom_Casper_run)
8 - filling forms 8 - [filling forms](http://casperjs.org/#phantom_Casper_fill)
9 - clicking links 9 - [clicking links](http://casperjs.org/#phantom_Casper_click)
10 - capturing screenshots of a page (or an area) 10 - [capturing screenshots](http://casperjs.org/#phantom_Casper_captureSelector) of a page (or an area)
11 - making assertions on remote DOM 11 - [making assertions on remote DOM](http://casperjs.org/#phantom_Casper_Tester)
12 - logging events 12 - [logging](http://casperjs.org/#logging) & [events](http://casperjs.org/#events-filters)
13 - downloading base64 encoded resources, even binary ones 13 - [downloading base64](http://casperjs.org/#phantom_Casper_download) encoded resources, even binary ones
14 - catching errors and react accordingly 14 - catching errors and react accordingly
15 - writing functional test suite, exporting results as JUnit XML (xUnit) 15 - writing [functional test suite](http://casperjs.org/#testing), exporting results as JUnit XML (xUnit)
16 16
17 Feel free to browse our [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples). 17 Feel free to browse our [sample examples repository](https://github.com/n1k0/casperjs/tree/master/samples).
18 Don't hesitate to pull request for any cool example of yours as well! 18 Don't hesitate to pull request for any cool example of yours as well!
......
1 Subproject commit 52534a1df2049724e785160c40f57e21d5023741 1 Subproject commit cff4916d4b962900bf936fcaa83e31e04a37e7a7
......