51Testing软件测试论坛

标题: 怎么取到这个页面元素? [打印本页]

作者: asd_4500    时间: 2011-5-30 11:04
标题: 怎么取到这个页面元素?
<dl><dt>电话:</dt><dd class="shop-info-content"><strong itemprop="tel">00853-28710032</strong><span class="note">(致电时,不妨告知由大众点评网查到)</span></dd></dl>

只想取到00853-28710032这个号码,QTP好像不支持itemprop,<strong>的元素页面上还有很多,又不想用index这个属性,能取到这个电话号码么?
作者: bagwell333    时间: 2011-5-30 13:24
http://www.51testing.com/index.p ... space-itemid-210466
参考一下吧。
也可以自己在qtp里新建一个element,把属性描述上。
作者: 17800455    时间: 2011-6-1 12:35
用dom
Set obj =........object.getElementBysTagName("strong")

for each i in obj

    i.itemprop="tel"

   tmpval = i.innertext

   exit for

next
作者: asd_4500    时间: 2011-6-7 12:31
thx!!




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2