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
29a9270c
...
29a9270cf8999450b1275e955cb188144e295495
authored
2013-10-01 15:17:51 +0200
by
Eric Bouchut
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix typo in doc: Casper.waitForUrl
1 parent
b73a192b
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 @
29a9270
...
...
@@ -2034,7 +2034,7 @@ Wait until a resource that matches the given ``testFx`` is loaded to process a n
.. versionadded:: 1.1
Waits for the current pa
h
e url to match the provided argument (``String`` or ``RegExp``)::
Waits for the current pa
g
e url to match the provided argument (``String`` or ``RegExp``)::
casper.start('http://foo/').waitForUrl(/login\.html$/, function() {
this.echo('redirected to login.html');
...
...
Please
register
or
sign in
to post a comment