|
可以试试用ChildItem,返回webtable里面的checkbox,然后选择checkbox!
Description
Returns a test object from the cell by type and index.
Syntax
object.ChildItem (Row, Column, MicClass, Index)
Argument Description
object A test object of type WebTable.
Row Required. A Long value. The row number where the cell is located. The first row in the table is numbered 1.
Column Required. A Long value. The column number where the cell is located. The first column in the table is numbered 1.
MicClass Required. A String value. The object type.
Index Required. A Long value. The index of the object of type MicClass in the cell. This index indicates the desired element when there is more then one object of type MicClass in the cell. The first object has an index of 0. |
|