IE 上的 ElementNotVisibleException

发布于 2024-12-04 04:14:31 字数 516 浏览 2 评论 0原文

我正在使用 Selenium2.2.0(jar) + JPype + Python。 我的IE版本是IE 8。 相同的代码在 FireFox 上运行良好。

这是我得到的全部异常。

-- driver.findElementById("clinician_submit").click()

回溯(最近一次调用): 文件“”,第 1 行,位于 jpype._jexception.org.openqa.selenium.WebDriverExceptionPyRaisable:org.openqa.selenium.ElementNotVisibleException:无法单击元素(警告:服务器未提供任何堆栈跟踪信息) 构建信息:版本:'2.2.0',修订版:'13073',时间:'2011-07-25 19:23:01' 系统信息:os.name:'Windows XP',os.arch:'x86',os.version:'5.1',java.version:'1.6.0_26' 驱动程序信息:driver.version:RemoteWebDriver

I am using Selenium2.2.0(jar) + JPype + Python.
My IE version is IE 8.
The same code works fine with FireFox.

This is the whole exception that I am getting.

-- driver.findElementById("clinician_submit").click()

Traceback (most recent call last):
File "", line 1, in
jpype._jexception.org.openqa.selenium.WebDriverExceptionPyRaisable: org.openqa.selenium.ElementNotVisibleException: Cannot click on element (WARNING: The server did not provide any stacktrace information)
Build info: version: '2.2.0', revision: '13073', time: '2011-07-25 19:23:01'
System info: os.name: 'Windows XP', os.arch: 'x86', os.version: '5.1', java.version: '1.6.0_26'
Driver info: driver.version: RemoteWebDriver

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请爱~陌生人 2024-12-11 04:14:31

其典型原因是 MSIE 缩放级别设置为 100% 以外的其他值

The classic reason for that is the MSIE zoom level is set to other value than 100%.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文