我使用WatIn,我需要将我的两个表放到TableCollection中,但是当我这样做时,我的表在母猪内部有自己的表
TableCollection Tables = MainForm.Table(Find.ById("pnlMasterDataGrid")).Tables;
我得到了6张我需要的桌子和他们的childers,播种我只需要选择前两张桌子。
如何只选择第一个childer。
HTML代码
<table>
<tbody>
<table>
//inside each table there more tables
</table>
<table>
</table>
</tbody>
</table>