phantomjs - phantom access website and got page with title "Welcome To Zscaler Directory Authentication" -
here code,
var page = require('webpage').create(); page.open('http://github.com', function() { page.render('example.png'); }); here got
------------ welcome zscaler directory authentication ------------ authenticating user web security service anyone know how solve this?
Comments
Post a Comment