Sarmad007

Results 3 comments of Sarmad007

var nightmare = Nightmare({ show: true, gotoTimeout: 30000, switches: { 'proxy-server': 'socks5://' + proxyHost + ':' + proxyPort, }, waitTimeout: 400000 }) nightmare .authentication("uname","pass") .goto('http://whatsmyip.com') .evaluate(() => document.querySelector('.ip').textContent) .end() .then(ip...

Have your tried via generator and VO?