亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

仁怀市| 那曲县| 鞍山市| 金寨县| 邵武市| 深州市| 榆中县| 永清县| 康定县| 荣成市| 乐都县| 鄄城县| 平凉市| 桃江县| 台湾省| 芦山县| 无极县| 郓城县| 安多县| 兰州市| 藁城市| 大洼县| 苍南县| 老河口市| 浦北县| 莫力| 宁南县| 罗江县| 丹棱县| 淮北市| 明光市| 清原| 上林县| 湖北省| 安徽省| 额尔古纳市| 南京市| 鄱阳县| 陵川县| 维西| 潜江市|