使用 Selenium 2 在页面上查找文本 [英] Finding text on page with Selenium 2

查看:16
本文介绍了使用 Selenium 2 在页面上查找文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

How can I check whether a given text string is present on the current page using Selenium?

推荐答案

代码是这样的:

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

这篇关于使用 Selenium 2 在页面上查找文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆