CasperJs Google login
问题 I having been working on some code to access my google CSE For that I need to sign in with my google account. I have the following code: var casper = require('casper').create({ verbose: true, logLevel: 'debug', waitTimeout: 5000, clientScripts: ["libs/jquery.min.js"], userAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4' }); const google_email = "MY_EMAIL"; const google_passwd = "MY_PASSWORD"; const loginUrl = 'https