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
a7da3f0b
...
a7da3f0b9f07cd1b6476d40582b9f69b731d0475
authored
2012-04-29 12:52:37 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated README with direct links to documentation sections
1 parent
359f9896
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
README.md
docs
README.md
View file @
a7da3f0
...
...
@@ -4,15 +4,15 @@ 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
-
filling forms
-
clicking links
-
capturing screenshots
of a page (or an area)
-
making assertions on remote DOM
-
logging events
-
downloading base64
encoded resources, even binary ones
-
defining & ordering
[
navigation steps
](
http://casperjs.org/#phantom_Casper_run
)
-
[
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)
-
[
making assertions on remote DOM
](
http://casperjs.org/#phantom_Casper_Tester
)
-
[
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
, exporting results as JUnit XML (xUnit)
-
writing
[
functional test suite
](
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
)
.
Don't hesitate to pull request for any cool example of yours as well!
...
...
docs
@
cff4916d
Subproject commit
52534a1df2049724e785160c40f57e21d5023741
Subproject commit
cff4916d4b962900bf936fcaa83e31e04a37e7a7
...
...
Please
register
or
sign in
to post a comment