51Testing软件测试论坛

标题: (很急)关于WebRadioGroup的问题请教 [打印本页]

作者: haihai1005    时间: 2008-4-21 19:03
标题: (很急)关于WebRadioGroup的问题请教
WebRadioGroup 没有name 属性
我在获取一个WebRadioGroup选择的时候发现
set readset=  Browser("定购材料清单").Window("选择库存组织 -- 网页对话框").Page("选择库存组织").ChildObjects(reads)
用这能够得到 readset.count 有21个
但是用 readsets=   Browser("定购材料清单").Window("选择库存组织 -- 网页对话框").Page("选择库存组织").WebRadioGroup(reads)
c=readsets.GetRoProperty("items count")
c 的到的数据确是零  ,这个是为什么啊  请高手给我说下 谢谢

[ 本帖最后由 haihai1005 于 2008-4-21 19:06 编辑 ]
作者: hsjzfling    时间: 2008-4-21 21:21
你用spy来查看items count属性值是多少
作者: haihai1005    时间: 2008-4-22 10:33
items count 为0
作者: hsjzfling    时间: 2008-4-22 11:34
那就是咯。。。你用GetRoProperty取到的值当然只会是0了

那你的reads对象是如何来描述的?
只是描述了micclass属性?

建议多注意比较下各个WebRadioGroup属性的相同和不同点,结合你自己的意图再确定如何来写代码~
作者: ltp401128401128    时间: 2008-11-4 15:36
c =  Browser("定购材料清单").Window("选择库存组织 -- 网页对话框").Page("选择库存组织").WebRadioGroup(reads).GetRoProperty("items count")
我觉得应该用这个语句




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2