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
2d3700de
...
2d3700dee4f19a6d98293c70dc2dcd2df65692b3
authored
2013-11-20 21:27:28 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated obsolete doclinks in README
1 parent
e5caf596
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
README.md
README.md
View file @
2d3700d
...
...
@@ -19,20 +19,20 @@ and [SlimerJS](http://slimerjs.org/). It eases the process of defining a full na
scenario and provides useful high-level functions, methods & syntaxic sugar for doing common
tasks such as:
-
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.captureS
elector
)
of a page (or an area)
-
[
making assertions on remote DOM
](
http://
casperjs.org/api.html#tester
)
-
[
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
-
defining & ordering
[
navigation steps
](
http://
docs.casperjs.org/en/latest
/quickstart.html
)
-
[
filling forms
](
http://
docs.casperjs.org/en/latest/modules/casper.html#
fill
)
-
[
clicking links
](
http://
docs.casperjs.org/en/latest/modules/casper.html#
click
)
-
[
capturing screenshots
](
http://
docs.casperjs.org/en/latest/modules/casper.html#captures
elector
)
of a page (or an area)
-
[
making assertions on remote DOM
](
http://
docs.casperjs.org/en/latest/modules/tester.html
)
-
[
logging
](
http://
docs.casperjs.org/en/latest/logging.html
)
&
[
events
](
http://docs.casperjs.org/en/latest
/events-filters.html
)
-
[
downloading
](
http://docs.casperjs.org/en/latest/modules/casper.html#download
)
resources, even binary ones
-
catching errors and react accordingly
-
writing
[
functional test suites
](
http://
casperjs.org
/testing.html
)
, exporting results as JUnit XML (xUnit)
-
writing
[
functional test suites
](
http://
docs.casperjs.org/en/latest
/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!
**Read the [full documentation](http://
casperjs.org/) on casperjs dedicated
website.**
**Read the [full documentation](http://
docs.casperjs.org/) on casperjs documentation
website.**
Subscribe to the
[
project mailing-list
](
https://groups.google.com/forum/#!forum/casperjs
)
...
...
@@ -64,7 +64,7 @@ Run the script:
##Support
Need help with getting CasperJS up and running? Got a time-consuming problem you want to get solved quickly?
Need help with getting CasperJS up and running? Got a time-consuming problem you want to get solved quickly?
Get
<a
href=
"http://codersclan.net/?repo_id=32"
>
CasperJS support on CodersClan.
</a>
...
...
Please
register
or
sign in
to post a comment