以下描述性编程怎么提示缺少对象
1、Set oDesc = Description.Create()2、oDesc("class").Value = "class:=x-grid3-row-table"
3、oDesc("index").Value = 0
4、Set A= Browser("Centerm Management System").Page("Centerm Management System").WebTable(oDesc).ChildItem (1,2,"WebTable",1)
5、A.click
提示第4句缺少对象,怎么回事,大家帮帮忙 学习
[ 本帖最后由 near 于 2010-5-13 12:26 编辑 ] WebTable(oDesc)这个对象可能没有获取到,class属性不一定有
先确保 WebTable(xxx).exist 存在 估计是 oDesc("class").Value = "class:=x-grid3-row-table" 这句有问题,应该是 oDesc("class").Value = "x-grid3-row-table" 吧
回复 3# 的帖子
通过exist返回,是存在该对象的回复 4# 的帖子
oDesc("class").Value = "class:=x-grid3-row-table" 这句确实有问题,改成oDesc("class").Value = "x-grid3-row-table",继续运行,仍然是提示缺少对象 提示缺少什么对象啊?回复 7# 的帖子
奇怪,现在又可以运行了。但有一个问题,通过描述性编程定义webtable,我上面是采用class和index属性,但index属性经常不固定,大家有什么好的建议 楼主,怎么解决的,我也遇到同样的问题ChildItem 当column=0或1时 ,不抱错
其他值都抱 缺少对象
页:
[1]