xufang1122 发表于 2012-6-7 09:24:56

QTP的DP支持Firefox和chrome吗

写了一个简单的DP的QTP脚本,在IE上面能够run通,却发现在Firefox和Chrome上跑不了,大家能指点一下吗,QTP的DP支持Firefox和chrome吗?如果可以的话,DP对Firefox和Chrome需要注意一些什么?谢谢
'Variable declaration
Dim GoogleBrowser
Dim GooglePage
Set GoogleBrowser=Browser("name:=Google.*")
Set GooglePage=GoogleBrowser.Page("title:=Google.*")
URL="http://www.google.com.hk/"

'SystemUtil.run "iexplore",URL
'SystemUtil.run "Firefox", URL
SystemUtil.run "C:\Users\nancy.xu\AppData\Local\Google\Chrome\Application\chrome.exe",URL
'Write 'quicklearnqtp' in search box
GooglePage.WebEdit("name:=q","type:=text","html tag:=INPUT").Set "Automation with QTP"
'Click on Google Search
GooglePage.WebButton("name:=Google 搜索","type:=submit","html tag:=INPUT").Click
'Close browser
'GoogleBrowser.CloseAllTabs

joykao 发表于 2012-6-7 10:16:03

本帖最后由 joykao 于 2012-6-7 10:17 编辑

貌似firefox很低的版本是支持的,3.6以下的版本,chrome现在还没听说过支持。。貌似现在11 有chrome的插件,好像也支持了,firefox貌似也可以支持到10{:3_80:}

SexyCat_1113 发表于 2012-6-7 21:15:24

11只支持Firefox3.0.X和3.5好像

shanfeng1419 发表于 2012-6-13 10:26:19

恩,目前就是对ie好用

TIB 发表于 2012-6-25 23:16:21

QTP11打补丁

bertha2124 发表于 2013-12-12 11:53:01

这个补丁是可以让QTP11去录觉chorme,
还是可以让IE录好的脚本在chorme上回放呢?

谢谢。
页: [1]
查看完整版本: QTP的DP支持Firefox和chrome吗