如何使用WebDriver检查元素是否可见 [英] How to check if an element is visible with WebDriver

查看:158
本文介绍了如何使用WebDriver检查元素是否可见的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

来自Selenium 2.0a2的 WebDriver 我无法检查元素是否可见。

With WebDriver from Selenium 2.0a2 I am having trouble checking if an element is visible.

WebDriver.findElement 返回 WebElement ,遗憾的是它不提供 isVisible 方法。我可以使用 WebElement.clear WebElement.click 来解决这个问题,两者都会抛出 ElementNotVisibleException ,但这感觉很脏。

WebDriver.findElement returns a WebElement, which unfortunately doesn't offer an isVisible method. I can go around this by using WebElement.clear or WebElement.click both of which throw an ElementNotVisibleException, but this feels very dirty.

有更好的想法吗?

推荐答案

元素instanceof RenderedWebElement 应该有效。

这篇关于如何使用WebDriver检查元素是否可见的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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