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
2a910f06
...
2a910f069bc5eb412e14a1ce074a5e8311ab1305
authored
2013-04-14 14:02:47 -0400
by
Matt Bowman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Set the function name on fillForm
1 parent
a04a5b36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/casper.js
modules/casper.js
View file @
2a910f0
...
...
@@ -750,7 +750,7 @@ Casper.prototype.fetchText = function fetchText(selector) {
* @param Object vals Field values
* @param Object options The fill settings (optional)
*/
Casper
.
prototype
.
fillForm
=
function
(
selector
,
vals
,
options
)
{
Casper
.
prototype
.
fillForm
=
function
fillForm
(
selector
,
vals
,
options
)
{
"use strict"
;
var
submit
,
selectorFunction
;
this
.
checkStarted
();
...
...
Please
register
or
sign in
to post a comment