gpt4 book ai didi

python - 使用 Python 为 Selenium 编写 XPATH 时需要帮助

转载 作者:行者123 更新时间:2023-12-01 02:33:48 26 4
gpt4 key购买 nike

下面是 DOM 中的元素。

<div style="float:left;width: 40px">
<label class="radio inline">
<input id="formData99991:Select" class="sample" data-ng-model="sampletId" size="" name="formData99991Select" sample-value="true" style="" value="1234" checked="checked" type="radio"/>
A
</label>
</div>

我尝试使用 //input[contains(@id,'formData99991:Select') and contains(text(),'A')] 但它不起作用。网页上有多个相似的元素,我需要使用 id 和文本的组合来识别每个元素。

最佳答案

您可以尝试使用以下 x 路径,

//label[contains(.,'A')]/input[@id="formData99991:Select"]

关于python - 使用 Python 为 Selenium 编写 XPATH 时需要帮助,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46482280/

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