I cannot get access to the second page by using phantomjs automation
问题 I cannot get access to the 2nd page by using phantomjs automation showing an error TypeError: undefined is not an object (evaluating 'r[20].click') undefined:7 :8 while running the phantomjs code console.log("got here"); var page = require('webpage').create(); page.onConsoleMessage = function(msg) { console.log(msg); }; page.open(url, function(status) { if ( status === "success" ) { page.evaluate(function() { document.getElementById("txtLoginName").value = "safvan"; document.getElementById(