标题: Cannot identify the object的老问题 [打印本页] 作者: JackieChan 时间: 2008-10-16 14:50 标题: Cannot identify the object的老问题 wait(3)
Dim objXS
Set objXS = description.Create()
objXS("innertext").value=oneMod
objXS("html tag").value="TD"
'Browser("ERP").Page("ERP").Frame("nav").WebElement(objXS).Click
'或者
Browser("ERP").Page("ERP").Frame("nav").WebElement("innertext:=" & oneMod ,"html tag:=TD").Click
问题:
我是用QC调用QTP来运行这段脚本的,
运行时能看到回放的动作是成功的(点击后展开);
但执行完QC里面记录了一个错误如下:
描述:
Run Error:Cannot identify the object "[ WebElement ]" (of class WebElement). Verify that this object's properties match an object currently displayed in your application.Line (28): "Browser("ERP").Page("ERP").Frame("nav").WebElement("innertext:=" & oneMod ,"html tag:=TD").Click".