gpt4 book ai didi

html - 如何使用 XPath 查找特定元素?

转载 作者:行者123 更新时间:2023-11-28 12:58:20 25 4
gpt4 key购买 nike

<分区>

如何使用 xpath 找到选项 1?

注意:每次构建后都会生成id。

我试过了,但是不行:

/li[@class='itemL' and contains(text(),'option1'])

输入 HTML 片段

<div id="list-1721" class="x-list x-list-floating x-layer x-boundlist-default" ">
<div id="list-1721-listEl" class="x-list-list-ct" style="overflow: auto; height: auto;">
<ul>
<li class="x-list-item itemL" role="option">option1</li>
<li class="x-list-item itemL" role="option">option2</li>
</ul>
</div>

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