qtp10.0怎样录制JS弹出一个按钮为"是" 和 "否"的对话框?
qtp10.0怎样录制JS弹出一个按钮为"是" 和 "否"的对话框? 必须使用winAPI,qtp无法处理脚本的popup。 什么是winAPI,popup是什么意思 给你个例子,需要有帮助:''判断是否有弹出框
If Browser("creationtime:=0").Dialog("text:=Microsoft Internet Explorer").Exist(3) Then
'Browser("creationtime:=0").Dialog("text:=Microsoft Internet Explorer").WinButton("text:=确定").Click
Parameter("ReturnStr")=0
dialogText=Browser("creationtime:=0").Dialog("text:=Microsoft Internet Explorer").Static("window id:=65535").GetROProperty("text")
Reporter.ReportEvent micFail, "无法继续进行,系统弹出提示信息:"+dialogText, "请检查相关提示信息"
ExitAction
End If 给你个例子,需要有帮助:
''判断是否有弹出框
If Browser("creationtime:=0").Dialog("text:=Microsoft Internet Explorer").Exist(3) Then
'Browser("creationtime:=0").Dialog("text:=Microsoft Internet Explorer").WinButton("text:=确定").Click
Parameter("ReturnStr")=0
dialogText=Browser("creationtime:=0").Dialog("text:=Microsoft Internet Explorer").Static("window id:=65535").GetROProperty("text")
Reporter.ReportEvent micFail, "无法继续进行,系统弹出提示信息:"+dialogText, "请检查相关提示信息"
ExitAction
End If
页:
[1]