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
35ce6831
...
35ce6831ea939f076b2ab2bbc78803d3ef6a5ada
authored
2013-08-13 14:01:29 +0200
by
Miguel González
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed wrong comment
Fixes a wrong comment in an example
1 parent
85bf42f3
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 @
35ce683
...
...
@@ -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