robotframework+selenium2library如
2020-01-14 本文已影响0人
刘晓佳rachel
问题:使用click element关键字点击id为ngict-pm的元素,提示错误ElementClickInterceptedException: Message: element click intercepted: Element ... is not clickable at point (328, 393). Other element would receive the click:
... (Session info: chrome=79.0.3945.88)原因:根据错误提示分析ngict-pm存在但无法点击,被class="iui-app-map-card-right"遮挡了。
解决方法:
1、把click element改为press keys按回车键触发,例如:
![](https://img.haomeiwen.com/i6993402/633708d622cccfc4.png)
2、使用js点击命令,例如:
![](https://img.haomeiwen.com/i6993402/39077acd9ad69da5.png)