You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Service.chartHistogram = function (ph,page,callback ,filename,parser){
page.evaluate(function() {
try{
var line1= $("#pageArgs").val();
var line = new Array();
line = parser(line1);
parser is a function , when exec error : Can't find variable: parser
The text was updated successfully, but these errors were encountered:
zhouseahe
changed the title
page.evaluate's callback doesn't work
what if I want import a method executepage.evaluate's
Jul 4, 2014
zhouseahe
changed the title
what if I want import a method executepage.evaluate's
I want import a method execute in page.evaluate's
Jul 4, 2014
zhouseahe
changed the title
I want import a method execute in page.evaluate's
I want import a method execute in page.evaluate
Jul 4, 2014
Service.chartHistogram = function (ph,page,callback ,filename,parser){
page.evaluate(function() {
try{
var line1= $("#pageArgs").val();
var line = new Array();
line = parser(line1);
parser is a function , when exec error : Can't find variable: parser
The text was updated successfully, but these errors were encountered: