|
被测试页面:http://newtours.demoaut.com/
密码:123
用户名:123
进入:book a flight页面
对于webtable进行描述性编程,qtp识别不了
首先尝试:
Dim i
i = Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").WebTable("New York to Acapulco").exist(1)
i = True
i = Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").WebTable("innertext:=New York to Acapulco.*","micclass:=WebTable").exist(1)
i = False
spy 出来的结果
class name = WebTable
html tag = TABLE
innertext = New York to Acapulco4/14/2010FLIGHTCLASSPRICEBlue Skies Airlines 361Coach271 Acapulco to New York4/14/2010FLIGHTCLASS PRICEPangea Airlines 632Coach282Passengers:1 Taxes: $45 Total Price (including taxes): $598
name = WebTable
请哪位大侠帮忙讲解一下识别不了的原因,我都折腾大半天了,谢谢
[ 本帖最后由 tina_wangyt 于 2010-4-15 13:44 编辑 ] |
|