IE 上的 ElementNotVisibleException
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其典型原因是 MSIE 缩放级别设置为 100% 以外的其他值。
The classic reason for that is the MSIE zoom level is set to other value than 100%.