标题: ERROR: The specified cell does not exist. [打印本页] 作者: oliver.tang 时间: 2015-7-20 16:09 标题: ERROR: The specified cell does not exist. QTP在读取Table里面的信息是,获取到的信息为“ERROR: The specified cell does not exist.”,这是怎么回事啊?如下面代码:
for i=curLine to 11
tmp = Browser("a").Page("b").WebTable("list").GetCellData(curLine , 2)
Next作者: jingzizx 时间: 2015-7-21 11:46
如果指定的单元格不存在(比如指定的行超过最大行),则会返回这个错误,请确认取值范围是否正确作者: oliver.tang 时间: 2015-7-23 19:19