这是我的代码,
var page = require('webpage').create();
page.open('http://github.com', function() {
page.render('example.png');
});
这是我得到的
------------
Welcome To Zscaler Directory Authentication
------------
Authenticating user to the Web Security Service
任何人都知道如何解决这个问题?