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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -