中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

casperjs模擬登錄-駕校登錄

發布時間:2020-10-18 15:39:45 來源:網絡 閱讀:1040 作者:素顏豬 欄目:開發技術
var casper = require('casper').create({
	clientScripts:["jquery.js"],
	pageSettings:{
		// userAgent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; Tablet PC 2.0; .NET4.0E)'
		userAgent:'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3)'
	}
});
var fs = require('fs');
var code;

casper.start('http://www.jsjtxx.com/spage/Beginner-Login.html');

casper.then(function() {  
    this.wait(5000,function() {  
        this.echo("I've waited for 5 seconds again"); 
    });  
}); 

//截圖登錄頁面
casper.then(function(){
	if (this.exists("#ttt")) {
		this.capture("code.jpeg"); 
	};
});

casper.then(function() {
    this.wait(30000,function() {  
        this.echo("I've waited for 30 seconds again ,please input code"); 
    });  
}); 

//根據截圖輸入驗證碼到code.txt文件并讀取
casper.then(function(){
	if (fs.exists("code.jpeg") && fs.exists("code.txt")) {
		code = fs.read("code.txt");
	}
});

casper.then(function() {  
    this.wait(5000,function() {  
        this.echo("I've waited for 5 seconds again ,please input code"); 
    });  
}); 


casper.then(function(){
	this.fill('form[id="fmLogin"]',{
		'deptId':'320300',
		'loginId':'×××號',
		'passwd':'密碼',
		'authCode':code
	},false);
});

casper.then(function(){
	this.click(".login_buton");
	this.capture("login.jpeg"); 
});


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("main.jpeg");  
});

casper.then(function() {  
    if (this.exists("#plan")) {
    	if (this.exists("#studyForm1 .btn_iskt2 span")) {
    		this.click("#studyForm1 .btn_iskt2 span");
    		this.echo("exists");
    	}else{
    		this.echo("not exists");
    	}
    }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("video.jpeg");   
});

casper.run();


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

上林县| 双牌县| 金塔县| 全椒县| 石渠县| 梁河县| 许昌市| 萍乡市| 马公市| 祁阳县| 稷山县| 仪陇县| 鹿邑县| 基隆市| 阳谷县| 共和县| 西平县| 定日县| 栾城县| 招远市| 绥宁县| 奎屯市| 浦城县| 梁平县| 海南省| 固原市| 永平县| 郁南县| 连平县| 都昌县| 房山区| 仪陇县| 台州市| 西丰县| 克拉玛依市| 金阳县| 江西省| 贡觉县| 衡阳市| 大同市| 蒙山县|