gpt4 book ai didi

selenium - 使用 Selenium 2 在页面上查找文本

转载 作者:行者123 更新时间:2023-12-03 22:00:05 25 4
gpt4 key购买 nike

如何使用 Selenium 检查当前页面上是否存在给定的文本字符串?

最佳答案

代码是这样的:

def elem = driver.findElement(By.xpath("//*[contains(.,'search_text')]")); 
if (elem == null) println("The text is not found on the page!");

关于selenium - 使用 Selenium 2 在页面上查找文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5982682/

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