gpt4 book ai didi

watir - 使用 WATIR 访问表 TH 元素

转载 作者:行者123 更新时间:2023-12-04 06:27:15 29 4
gpt4 key购买 nike

我需要检查某个列是否显示在表中。
每列都有一个带有唯一 ID 的 TH 标题。
检查表中 TH 元素是否存在的最佳方法是什么?

这是表格代码的示例。

<table id="attr-table">
<thead>
<tr>
<th id="attr-action-col"><input type="checkbox" value="" class="attr-action-box" id="attr-action-col_box"></th>
<th id="attr-name-col">Name<span class="ui-icon ui-icon-triangle-1-n"></span></th>
<th id="attr-type-col"></th>
<th id="attr-scope-col"></th>
<th id="attr-value-col">English Value</th>
<th id="attr-master-col">Master Value</th>
<th id="attr-translation-col">T</th>
<th id="attr-workflow-col">Status</th>
<th id="attr-history-col">H</th>
</tr>
</thead>
<tbody>
....
</tbody></table>

TIA

最佳答案

试试 th ,它应该在 watir-webdriver 中工作,如果它在其他 Watir gems 中不起作用:

browser.th(:id, 'attr-translation-col').exists?

关于watir - 使用 WATIR 访问表 TH 元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5898051/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com