51Testing软件测试论坛

标题: GetRowWithCellText [打印本页]

作者: testlab    时间: 2010-11-29 11:35
标题: GetRowWithCellText
本帖最后由 testlab 于 2010-11-29 12:40 编辑

text = Browser("").Page("").Frame("").WebTable("").GetCellData(5,2)
row = Browser("").Page("").Frame("").WebTable("").GetRowWithCellText(text)
返回row = -1,为什么会返回找不到呢?

text = Browser("").Page("").Frame("").WebTable("").GetCellData(5,2)
row = Browser("").Page("").Frame("").WebTable("").GetRowWithCellText(text,2)
QTP在第2句中报错:
The statement contains one or more invalid function arguments.

请教以上两种情况是哪里错了?




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