51Testing软件测试论坛

标题: 为什么childObjects得到的children collection为空呢 [打印本页]

作者: bluelight    时间: 2006-4-26 18:30
标题: 为什么childObjects得到的children collection为空呢
Set myDes = Description.Create()
Set children = Browser("ContentFrameworkMainApp").Page("ContentFrameworkMainApp").SAPDropDownMenu("SAPDropDownMenu").ChildObjects(myDes)

counter  = children.count()
msgbox counter

上面代码有错吗?
这个dropdownMenu 是有3个children的
可是为什么,counter打印出来为0 呢?
作者: bluelight    时间: 2006-4-26 18:53
说明下:
我要做的事情是把 dropdownmenu里面的item值拿出来
我能够找到的办法是用childobject
请问高手,是不是还有其他方法可以呢
作者: 风过无息    时间: 2006-4-27 08:54
你在Set myDes = Description.Create()下面增加:myDes("***").Value="****"
作者: 我要做SQAD    时间: 2006-4-27 09:46
我觉得你要获取count的话,还是把对象放在对象仓库里,不要用语言描述出来,毕竟count这东西有可能会变动




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