51Testing软件测试论坛

标题: GetROProperty的使用(如何取得这个属性) [打印本页]

作者: 槛外人    时间: 2005-9-12 10:34
标题: GetROProperty的使用(如何取得这个属性)
想取出51307这个值,怎么做?
<TR>
<TD class=form-left-top>退款申请号:</TD>
<TD class=form-right-top>51307 <A title="" href="https://www.alipay3.net/trade/user_mark_trade.htm?trade_no=2005090900276963" target=_blank><IMG src="https://img.alipay3.net/pimg/icon_default_user_marker.gif" border=0> </A></TD></TR>
<TR>
作者: lovetest6    时间: 2005-9-12 13:33
最简单的办法,插入一个output value嘛。呵呵 。

你不是菜鸟,更不笨,我看是有点儿懒。呵呵。

[ Last edited by lovetest6 on 2005-9-12 at 13:34 ]
作者: lovetest6    时间: 2005-9-12 13:36
或者
双击一下51307,插入一个checkpoint.
然后把checkpoint那行代码中的check,
用你说的GetROProperty就可以拉。比如.GetROProperty("innertext")
前面在来个msgbox 这样总算可以了吧?
作者: 槛外人    时间: 2005-9-12 18:48
标题: 嘿嘿,
我今天突然发现了你说的第二个办法,斑竹你真的很热心哦。很感动ing 。
作者: weisszq    时间: 2005-9-13 01:35
呵呵。。。。突然发现。。。。呵呵
作者: investmark    时间: 2005-9-13 13:12
标题: GetROProperty,GetTOProperties,GetTOProperty的区别
GetToProperty:Returns the value of the specified property from the test object description.
GetTOProperties:Returns the collection of properties and values used to identify the object.
GetROProperty:Returns the current value of the test object property from the object in the application.
举个例子:
假设在库中有一个对象"窗口A",用于识别该对象的属性有2个,
一个属性是"text",在库中记录的值是"QQQQ".
另一个属性是"name",记录的值是"MM"
在实际运行脚本时属性"text"的值是"PPPP"而不是"QQQQ"
那么:
Window("窗口A").GetToProperty("text")返回的是:"QQQQ"
Window("窗口A").GetRoProperty("text")返回的是:"PPPP"
Window("窗口A").GetToProperties("text")返回的是用于识别"窗口A"的两个属性和值的集合
作者: girl04    时间: 2005-11-4 10:06
看了以上各位的讲解,小弟还是解决不了与之相类似的问题:
                            <tr height="20" bgcolor="#FFFFFF" class="p1">
                                <td nowrap align="left">
                                    <input type="radio" name="userAccountId_0" DISNAME="用户帐号" value="10480">
                                </td>
                                <td nowrap>
                                <!--用户帐号名称-->
                                     testtest&nbsp;
                                     <input type="hidden" name="userAccount_0" value="testtest">
                                </td>
                            </tr>
我想取的值是:testtest,但它的type ="hidden"


请指教。
作者: TEST_HUAN    时间: 2008-10-29 14:26
这种还真不知怎么弄?
作者: helius    时间: 2008-10-29 14:49
Num=Browser("Browser").Page("Page").WebElement("退款申请号: 51307").GetROProperty ("innertext")
my=split(Num,":")
Num=my(1)
msgbox Num




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