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

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

问题描述

使用来自 Selenium 2.0a2 的 WebDriver 我在检查元素是否可见时遇到问题.

WebDriver.findElement 返回一个 WebElement,遗憾的是它没有提供 isVisible 方法.我可以通过使用 WebElement.clearWebElement.click 来解决这个问题,这两种方法都会抛出 ElementNotVisibleException,但这感觉很脏.>

有更好的想法吗?

解决方案

element instanceof RenderedWebElement 应该可以工作.

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

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.

Any better ideas?

解决方案

element instanceof RenderedWebElement should work.

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

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