|
首先录制脚本。
在录制的脚本中,有一个按钮对象A,它的value是变的,于是修改了A的 Properties,如下
class button
html tag input
name submitOrder (这个时唯一的)
type submit
出现问题:
运行脚本到按钮A的时候就死翘翘了。
Cannot identify the object"付款-> 北京建行(北京地区龙卡)"( of class WebButton ).Verify that this object's propertyies match an object currently displayed in your application.
然后我用鼠标模拟过去了。谁知道为啥出现上面的问题?
接下来,遇到一段文字,我想抓取output一下,检查数据。
我添加了output,然后把自动添加的对象属性修改了一下:
原来是:
html tag li
innertext 您将向……进行付款(省略号标示任意文字)
现在是:
html tag li
innertext 您将向*进行付款。(我构上了正则)
但是最终还是无法通过。到那就出错了。
我怀疑是
我获取对象的方法有误?
正则用错了?
any more?
[[i] 本帖最后由 michaelwxm 于 2006-1-9 15:51 编辑 [/i]] |
|