[ 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
<input type="hidden" name="userAccount_0" value="testtest">
</td>
</tr>
我想取的值是:testtest,但它的type ="hidden"