标题: 录制web的弹出窗口,回放时无法识别 [打印本页] 作者: an007 时间: 2010-1-4 17:50 标题: 录制web的弹出窗口,回放时无法识别 录制web的弹出窗口,识别为window对象,在对象库中选择窗口对象可以在程序中高亮显示,对比了一下运行时的对象属性也没有变化,可是回放的结果是:The Window object was not found in the Object Repository.作者: May_may 时间: 2010-1-4 17:53
是不是对象名称发生了变化呢?作者: superliming 时间: 2010-1-5 08:58
有可能是ie的不同,造成识别对象不同。建议使用对象管理器从新添加个对象作者: an007 时间: 2010-1-5 12:10
我是在同一台机子上做的,ie始终没变,运行时与在对象库中对象属性进行了一下对比,没有变化,不过在window下面有个weblist控件,它里面的内容会随着每次运行而发生变化,是不是跟这个有关就不知道了作者: joseph_wh 时间: 2010-1-5 18:22
肯定是有东西变了。。。不然为什么前后不一致呢。。。仔细找找作者: 假装不在 时间: 2010-1-5 22:53
you can use the DOM to get the IE's topwindow and operate the web element. eg:
browser("百度一下,你就知道").Page("百度一下,你就知道").Object.body.document.parentWindow.top.frames
browser("百度一下,你就知道").Page("百度一下,你就知道").Object.body.document.parentWindow.top.document
browser("百度一下,你就知道").Page("百度一下,你就知道").Object.body.document.parentWindow.top.document.getelementbyid("kw")
by these you can operate it without the repository and QTP identify system.作者: an007 时间: 2010-1-12 13:39
非常感谢,在大家的帮助下,问题已经解决作者: ran5210 时间: 2011-10-9 15:32
录制完毕后 运行时点击查询的弹出窗口 不显示 报错 怎么解决