Set the function name on fillForm
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -750,7 +750,7 @@ Casper.prototype.fetchText = function fetchText(selector) { | ... | @@ -750,7 +750,7 @@ Casper.prototype.fetchText = function fetchText(selector) { |
750 | * @param Object vals Field values | 750 | * @param Object vals Field values |
751 | * @param Object options The fill settings (optional) | 751 | * @param Object options The fill settings (optional) |
752 | */ | 752 | */ |
753 | Casper.prototype.fillForm = function (selector, vals, options) { | 753 | Casper.prototype.fillForm = function fillForm(selector, vals, options) { |
754 | "use strict"; | 754 | "use strict"; |
755 | var submit, selectorFunction; | 755 | var submit, selectorFunction; |
756 | this.checkStarted(); | 756 | this.checkStarted(); | ... | ... |
-
Please register or sign in to post a comment