摘要:
在使用webdriver处理表格的时候,点击tr标签。可能会遇到ElementNotInteractableException,Element could not be scrolled into view错误 参考解决方法: 1、 元素点击前,加等待 try { Thread.sleep(1000 阅读全文
摘要:
Element is not clickable at point (x, y) 这段可以忽略:本文来自 https://www.cnblogs.com/lozz/p/9947430.html 引起这个错误的原因有不同的因素 1.Element not getting clicked due to 阅读全文