|
Window SetContext, "Caption=Browse Projects - Microsoft Internet
status = SQAGetProperty("Type=HTMLLink;HTMLText=Edit","innerText",txtValue)
我在web页面上搜索数据。现在出现这个问题。
如果搜索到了就像上面会出现数据。如果失败就出弹出一个MessageBox提示flie not found。
现在问题是这样:
if status=0 and txtvalue="Edit" then
HTMLLink Click, "HTMLText=Edit", ""
else
Window SetContext, "Caption=Microsoft Internet Explorer", ""
PushButton Click, "Text=OK"
end if
但是如果我不加Window SetContext, "Caption=Browse Projects - Microsoft Internet 这句话即使数据查到了也不是每一次都能获取到。就会跳到else下面,但是因为else里面有Window SetContext, "Caption=Microsoft Internet Explorer", "",弹出的MessageBox的提示框,那因为实际上数据是查到了所以web页面上没有Window SetContext, "Caption=Microsoft Internet Explorer", ""这个东西,GUI就停止了。
我现在是需要只要找到数据就100%获取到就可以了。
ratioanal2003做的gui脚本,谢谢大家帮忙
[ Last edited by yinwun on 2004-7-13 at 10:47 ] |
|