ljj3271 发表于 2016-11-11 11:27:53

cannot find the webedit object parent broweser verify that parent properties ...

在QTP中一般出现这一系列的错误提示
cannot find the webedit object parent broweser verify that parent properties match an object currently displayed int your application
经过查阅其他资料,查找过关于解决该问题的方法是:通过object spy 识别对象 并将其添加到对象库;然后在录制点击对象的一段脚本(或者自己写),再次回放就ok了(网上资料),我尝试过该解决方案也是依旧提示错误cannot find the webedit object parent broweser verify that parent properties match an object currently displayed int your application,尝试过使用强制属性添加对象也依旧提示错误,尝试过使用
Msgbox Browser("Yahoo!").Exist
Msgbox Browser("Yahoo!").Page("Yahoo!").Exist
Msgbox Browser("Yahoo!").Page("Yahoo!").Link("Arts & Humanities").Exist
去判断父对象是否存在,结果是父对象是存在于对象库的,但问题还是依旧出现错误提示

请问该如何解决,我尝试过所有方法都不行,如何解决?

ljj3271 发表于 2016-11-11 11:30:27

请问,有人知道还有其他解决办法吗

jingzizx 发表于 2016-11-17 22:04:39

帮顶
页: [1]
查看完整版本: cannot find the webedit object parent broweser verify that parent properties ...