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
16d6e2b7
...
16d6e2b752589f21e4d26e8577e54fd090a79b13
authored
2013-12-13 01:58:59 -0800
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #761 from wald-tq/patch-1
Casper.rst: typo satisfief -> satisfied
2 parents
793c1748
58d8cb06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docs/modules/casper.rst
docs/modules/casper.rst
View file @
16d6e2b
...
...
@@ -2083,7 +2083,7 @@ The currently loaded popups are available in the ``Casper.popups`` array-like pr
**Signature:** ``waitForResource(String|Function|RegExp testFx[, Function then, Function onTimeout, Number timeout])``
Wait until a resource that matches a resource matching constraints defined by ``testFx`` are satisfie
f
to process a next step.
Wait until a resource that matches a resource matching constraints defined by ``testFx`` are satisfie
d
to process a next step.
The ``testFx`` argument can be either a string, a function or a ``RegExp`` instance::
...
...
Please
register
or
sign in
to post a comment