Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
dcba4fdb
...
dcba4fdb601effb39c057c7943f02ccf45d4d4ad
authored
2012-05-22 22:14:35 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
minor fixes and enhancements for README
1 parent
1a863e43
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
README.md
README.md
View file @
dcba4fd
...
...
@@ -4,7 +4,7 @@ CasperJS is a navigation scripting & testing utility for [PhantomJS](http://www.
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:
-
defining & ordering
[
navigation steps
](
http://casperjs.org/#
phantom_Casper_run
)
-
defining & ordering
[
navigation steps
](
http://casperjs.org/#
quickstart
)
-
[
filling forms
](
http://casperjs.org/#phantom_Casper_fill
)
-
[
clicking links
](
http://casperjs.org/#phantom_Casper_click
)
-
[
capturing screenshots
](
http://casperjs.org/#phantom_Casper_captureSelector
)
of a page (or an area)
...
...
@@ -12,15 +12,16 @@ high-level functions, methods & syntaxic sugar for doing common tasks such as:
-
[
logging
](
http://casperjs.org/#logging
)
&
[
events
](
http://casperjs.org/#events-filters
)
-
[
downloading base64
](
http://casperjs.org/#phantom_Casper_download
)
encoded resources, even binary ones
-
catching errors and react accordingly
-
writing
[
functional test suite
](
http://casperjs.org/#testing
)
, exporting results as JUnit XML (xUnit)
-
writing
[
functional test suite
s
](
http://casperjs.org/#testing
)
, exporting results as JUnit XML (xUnit)
Feel free to browse our
[
sample examples repository
](
https://github.com/n1k0/casperjs/tree/master/samples
)
.
Browse the
[
sample examples repository
](
https://github.com/n1k0/casperjs/tree/master/samples
)
.
Don't hesitate to pull request for any cool example of yours as well!
**Read the [full documentation](http://casperjs.org/) on casperjs dedicated website.**
Subscribe to the
[
project mailing-list
](
https://groups.google.com/forum/#!forum/casperjs
)
Follow
[
@casperjs_org on twitter
](
https://twitter.com/casperjs_org
)
.
## Contributing to the docs
...
...
Please
register
or
sign in
to post a comment