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
797aa2da
...
797aa2da9117c66891415619d31fd1e03ae70e59
authored
2014-01-06 11:30:44 -0800
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #788 from Polytonic/patch-1
Fix Typo in Casper Module Docs
2 parents
5c80139c
0442b8fd
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 @
797aa2d
...
...
@@ -2169,7 +2169,7 @@ is changed to a different value before processing the next step. Uses `waitFor()
casper.start('http://foo.bar/');
casper.waitForSelectorTextChange('.selector', function() {
this.echo('The text on .selector has been changed.);
this.echo('The text on .selector has been changed.
'
);
});
casper.run();
...
...
Please
register
or
sign in
to post a comment