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
1cf3d9bc
...
1cf3d9bcca537bfd21d9c57da5f9fc55f933eebb
authored
2012-06-06 22:49:40 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated links to new docs in README
1 parent
81293bb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
README.md
README.md
View file @
1cf3d9b
...
...
@@ -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
](
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)
-
[
making assertions on remote DOM
](
http://casperjs.org/
#phantom_Casper_T
ester
)
-
[
logging
](
http://casperjs.org/
#logging
)
&
[
events
](
http://casperjs.org/#events-filters
)
-
[
downloading base64
](
http://casperjs.org/
#phantom_Casper_
download
)
encoded resources, even binary ones
-
defining & ordering
[
navigation steps
](
http://casperjs.org/
quickstart.html
)
-
[
filling forms
](
http://casperjs.org/
api.html#casper.
fill
)
-
[
clicking links
](
http://casperjs.org/
api.html#casper.
click
)
-
[
capturing screenshots
](
http://casperjs.org/
api.html#casper.
captureSelector
)
of a page (or an area)
-
[
making assertions on remote DOM
](
http://casperjs.org/
api.html#t
ester
)
-
[
logging
](
http://casperjs.org/
logging.html
)
&
[
events
](
http://casperjs.org/events-filters.html
)
-
[
downloading base64
](
http://casperjs.org/
api.html#casper.
download
)
encoded resources, even binary ones
-
catching errors and react accordingly
-
writing
[
functional test suites
](
http://casperjs.org/
#testing
)
, exporting results as JUnit XML (xUnit)
-
writing
[
functional test suites
](
http://casperjs.org/
testing.html
)
, exporting results as JUnit XML (xUnit)
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!
...
...
Please
register
or
sign in
to post a comment