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
e85fe4db
...
e85fe4db98e74e39e0a42839d627407d4d0e73be
authored
2013-10-16 10:59:25 +0200
by
Eric Bouchut
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix a typo in the documentation of casper.thenClick
1 parent
b5935294
Show 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 @
e85fe4d
...
...
@@ -1736,7 +1736,7 @@ Adds a new navigation step to click a given selector and optionally add a new na
casper.run();
This method is basically a convenient a shortcut for chaining a `then()`_ and an `
evaluate
()`_ calls.
This method is basically a convenient a shortcut for chaining a `then()`_ and an `
click
()`_ calls.
``thenEvaluate()``
-------------------------------------------------------------------------------
...
...
Please
register
or
sign in
to post a comment