下面是我的代码,两个表都有相同的类名。
<table class="A">
<tr style="height: 48px;">
<td class="B" align="center">?</td>
<td align="left" class="B" style="color: #000; text-align: left;">start date</td>
</tr>
</table>
<table class="A" style="border-bottom: none;">
<tr style="height: 48px;">
<td class="B" align="center"> </td>
<td align="left" class="B" style="color: #000; text-align: left;">END date date</td>
</tr>
</table>
答案 0 :(得分:0)
您应该尝试使用Private Sub ButtonCatego_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles ButtonCatego.ItemClick
Dim addCategory As New AddCategory()
addCategory.MdiParent = Me
addCategory.Show()
End Sub
找到索引如下
xpath
要在查找元素后获取此元素的文本,请调用(.//table//td[@class = 'B' and @style])[1]
。