|
过去没太注意最近发现,QTP ( qtp 为9.2)用非ie录制 脚本 识别对象全部为Window对象,无法抓取到Browser对象,spy对象为Window
web 插件已勾选
尝试了多种方法都无效 还是无法识别……
虽然可以用IE 录制,但是还是很困惑 是什么原因,有没有解决方法可以让其它浏览器一样识别到Browser? 难道是QTP 本身的缘故?
期待,大家帮忙…… THX
eg: script
----------------------------------------------------------------------------------------------------------------
'ie 浏览器'
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe","","C:\Documents and Settings\joan","open"
Browser("百度一下,你就知道").Page("百度一下,你就知道").WebEdit("wd").Set "qtp 浏览器对象"
Browser("百度一下,你就知道").Page("百度一下,你就知道").WebButton("百度一下").Click
-----------------------------------------------------------------------------------------------------------------
'TT 或其他'
SystemUtil.Run "D:\softs\Tencent\TT\bin\TTraveler.exe","","d:\softs\Tencent\TT","open"
Window("Tencent Traveler 未登录").WinComboBox("ComboBox").Select "http://www.baidu.com/"
Window("Tencent Traveler 未登录").Minimize |
|