您好,登錄后才能下訂單哦!
var casper = require('casper').create({ clientScripts:[ 'E:/jquery.js' ] }); var accountLogin = '.login-form .login-tab-r a'; var hidestr = "hide",has_verify = false; casper.start('https://cache.yisu.com/upload/information/20200312/65/243442"); }); casper.then(function(){ if (this.exists(accountLogin)) { this.echo("exists"); this.click("#content .login-wrap .w .login-form .login-tab-r a"); }else{ this.echo("not exists"); } }); casper.then(function(){ this.wait(2000,function() { this.echo("I've waited for 2 seconds again"); }); }); //可刪除 casper.then(function() { this.capture("accountlogin2.jpeg"); }); casper.then(function(){ if (this.exists("#o-authcode")) { this.evaluate(function(){ var oauthcode = document.getElementById("o-authcode"); var classValue = oauthcode.className; if (classValue !=null) { if (classValue.indexOf(hidestr) > 0) { has_verify = false; }else{ this.captureSelector("./jdcode.jpeg","#JD_Verification1"); has_verify = true; } } }); } }); casper.then(function(){ this.wait(2000,function() { this.echo("I've waited for 2 seconds again"); }); }); casper.then(function(){ if (has_verify) { this.echo("需要輸入驗證碼"); }else{ this.fill('form[id="formlogin"]',{ 'loginname':'xxx', 'nloginpwd':'xxx', },true); } }); casper.then(function(){ this.click(".login-btn a"); this.echo("登錄中..."); }); casper.then(function() { this.wait(10000,function() { this.echo("I've waited for 10 seconds again"); }); }); casper.then(function() { this.echo('new location is ' + this.getCurrentUrl()); this.capture("jd.jpeg"); }); casper.run();
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。