这是我正在使用的 HTML:
<div class="pbSubsection">
<table class="detailList" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="labelCol">
<label for="00Ni0000003bw8O">Becomes Asset</label>
</td>
<td class="dataCol col02">
<input id="00Ni0000003bw8O" type="checkbox" value="1" tabindex="8" name="00Ni0000003bw8O" checked="checked">
</td>
我需要选中复选框。
我无法使用 ID,因为我在多个组织中执行此操作,并且每个组织中的 ID 都不同。有没有办法可以通过标签文本或 tabindex 进行选择?