51Testing软件测试论坛
标题:
(已经解决)这样的对象(内文)应该如何识别?谢谢!
[打印本页]
作者:
icefire001
时间:
2009-2-10 10:07
标题:
(已经解决)这样的对象(内文)应该如何识别?谢谢!
有这么一段代码:
Dialog("SMS").WinButton("Draftbox (43)").Click
代码中的数字随草稿箱数量变化,需要使用正则表达式识别。
使用下面的语句:
Dialog("SMS").WinButton("Draftbox.*").Click
提示语句:The "Draftbox.*" WinButton object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.
应该如何使用正则表达式才能正确识别这个对象?
谢谢大家!!
解决办法:
Dialog("SMS").WinButton("text:=Draftbox.*").Click
[
本帖最后由 icefire001 于 2009-2-10 12:26 编辑
]
作者:
wugecat
时间:
2009-2-10 11:51
你搞错了。。
你只改了对象的名称有什么用?当然找不到了。。。要改属性呀!
作者:
blueeagle9999
时间:
2009-2-10 22:56
标题:
回复 1# 的帖子
怎么解决的,愿闻其祥
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2