Commit 7a961375 7a961375caab9bf36714d9feda682a7c9997bb25 by Nicolas Perriault

Merge pull request #573 from infinit89/patch-1

Fixed wrong comment
2 parents 85bf42f3 35ce6831
......@@ -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 Google
// Click the first link in the casperJS page
casper.start('http://casperjs.org/').thenClick('a', function() {
this.echo("I clicked on first link found, the page is now loaded.");
});
......