|
运行成功,但是等待时间太长
代码:
Browser("国库集中支付管理系统").Page("国库集中支付管理系统").WebEdit("userId").Set DataTable("username", dtGlobalSheet)
Browser("国库集中支付管理系统").Page("国库集中支付管理系统_2").WebEdit("pwd").SetSecure DataTable("password", dtGlobalSheet)
Browser("国库集中支付管理系统").Page("国库集中支付管理系统_2").WebButton("登 录").Click
If Browser("国库集中支付管理系统").Dialog("Microsoft Internet Explorer").Exist Then
Browser("国库集中支付管理系统").Dialog("Microsoft Internet Explorer").WinButton("确定").Click
else
Browser("国库集中支付管理系统").Page("国库集中支付管理系统 1.3.06").Frame("mainFrame").Link("退出系统").Click
Browser("国库集中支付管理系统").Dialog("Microsoft Internet Explorer").WinButton("确定").Click
End If |
|