如何用描述性语言写WebTable的检查点
如何用描述性语言写WebTable的检查点,以检查表中各cells的数据(不用录制的方式) 用WebTable的ChildItem来获取各个Cell的值例如:
Sub ChildItem_Example()
'The following example uses the ChildItem method to set the second
'edit box from the FirstName table to Example.
Set WebEditObj = Browser("Mercury Tours").Page("Method of Payment").WebTable("FirstName").ChildItem(8, 2, "WebEdit", 0)
WebEditObj.Set "Example"
End Sub Thanks,不过还是得取值对照了
页:
[1]