casperjs模拟登录-jd无验证码签到-创新互联
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/243439.jpg");
});
casper.then(function(){
if (this.exists("#ttbar-login")) {
this.click("#shortcut-2014 .w .fr #ttbar-login a");
}else{
this.echo("not exists");
}
});
casper.then(function(){
this.wait(10000,function() {
this.echo("I've waited for 10 seconds again");
});
});
//可删除
casper.then(function() {
this.capture("accountloginui1.jpeg");
});
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("accountloginui2.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("vipjdcom2.jpeg");
});
casper.then(function() {
this.click(".side-shortcut #checkinBtn .icon-set");
});
casper.then(function() {
this.wait(2000,function() {
this.echo("I've waited for 2 seconds again");
});
});
casper.then(function() {
this.capture("vipjdcom3.jpeg");
});
casper.then(function() {
this.echo("签到成功");
});
casper.run();
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
新闻标题:casperjs模拟登录-jd无验证码签到-创新互联
网站网址:http://jxruijie.cn/article/ggphg.html
