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

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

php - Redirect and hide target URL -