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
7a961375
...
7a961375caab9bf36714d9feda682a7c9997bb25
authored
2013-08-13 05:51:12 -0700
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #573 from infinit89/patch-1
Fixed wrong comment
2 parents
85bf42f3
35ce6831
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 @
7a96137
...
...
@@ -1725,7 +1725,7 @@ Opposite of `thenBypassIf()`_.
Adds a new navigation step to click a given selector and optionally add a new navigation step in a single operation::
//
Querying for "Chuck Norris" on Googl
e
//
Click the first link in the casperJS pag
e
casper.start('http://casperjs.org/').thenClick('a', function() {
this.echo("I clicked on first link found, the page is now loaded.");
});
...
...
Please
register
or
sign in
to post a comment