Merge pull request #676 from ebouchut/typo-fix
Fix a typo in the documentation of casper.thenClick.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1736,7 +1736,7 @@ Adds a new navigation step to click a given selector and optionally add a new na | ... | @@ -1736,7 +1736,7 @@ Adds a new navigation step to click a given selector and optionally add a new na |
1736 | 1736 | ||
1737 | casper.run(); | 1737 | casper.run(); |
1738 | 1738 | ||
1739 | This method is basically a convenient a shortcut for chaining a `then()`_ and an `evaluate()`_ calls. | 1739 | This method is basically a convenient a shortcut for chaining a `then()`_ and an `click()`_ calls. |
1740 | 1740 | ||
1741 | ``thenEvaluate()`` | 1741 | ``thenEvaluate()`` |
1742 | ------------------------------------------------------------------------------- | 1742 | ------------------------------------------------------------------------------- | ... | ... |
-
Please register or sign in to post a comment