gpt4 book ai didi

java - Selenide 找不到 Web 元素

转载 作者:行者123 更新时间:2023-12-02 02:31:06 24 4
gpt4 key购买 nike

有人可以帮助理解通过 Selenide 进行元素搜索有什么问题吗?

我有这样的 HTML 代码:

<div>
Current method:
<strong>
SMS
</strong>
</div>

Selenium 找到元素抛出此 xpath

findElement(By.xpath("//div[contains(. , \"Current method\")]/strong"))

但 Selenide 使用相同的定位器返回 ElementNotFound 异常

$(By.xpath("//div[contains(. , \"Current method\")]/strong"))

最佳答案

如果你需要强大,你就可以

   $(By.xpath("//strong[contains(text(),'SMS')]"))

关于java - Selenide 找不到 Web 元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47098883/

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