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
5a39d44d
...
5a39d44d475bb31d011f6a2c508cdbe8fbe0f28f
authored
2013-05-22 22:32:49 -0300
by
Tzvi Friedman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
spelling fix
1 parent
b6edadf7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
samples/googlematch.js
samples/googlematch.js
View file @
5a39d44
...
...
@@ -40,7 +40,7 @@ casper.echo("Let the match begin between \"" + (terms.join('", "')) + "\"!");
casper
.
start
(
"http://google.fr/"
);
casper
.
each
(
terms
,
function
(
casper
,
term
,
i
)
{
this
.
echo
(
'Fe
ct
hing score for '
+
term
);
this
.
echo
(
'Fe
tc
hing score for '
+
term
);
this
.
then
(
function
()
{
this
.
fill
(
'form[action="/search"]'
,
{
q
:
term
},
true
);
});
...
...
Please
register
or
sign in
to post a comment