Selenium报Element is not clickable at point (1217, 742)解决方
(2016-07-01 11:25:09)
标签:
it |
分类: 自动化测试 |
使用selenium执行,报了一个错误,如下:
Element is not clickable at point (1217, 742). Other element would receive the click:
经过调试,出错的位置是因为无法点击,但是元素是存在的,因为用isDisplayed返回是true,证明是存在的。百度后,发现是被后面的
经过处理,加了一个最笨的办法等待,代码如下
前一篇:测试管理问题