一下代码是获取未知窗口的标题,并对位置窗口来进行造作
Result = SQAgetproperty("CurrentWindow","Caption",sCaption)
if Result = 0 then
'msgbox sCaption
SQALogmessage sqapass,m2,"有提示框产生"
Result= W_mge(sCaption,m1,m2) ‘这里是事先写好的函数,用来对比窗口内的文字是否正确
Window SetContext, "Caption="+sCaption, ""
PushButton Click, "Text=确定"
else
SQALogmessage sqaFail,m2,"没有提示框产生"
end if
今天执行脚本的时候,遇到一个问题,程序弹出的未知窗口,标题为空。此代码运行时就会报错。
请教各位老师,如果窗口标题为空,应该怎样处理呢?