今天在玩爬虫的时候出现了这个信息:
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <a class="btn btn-default" onclick="SEARCH.page_jump(100,1)" href="javascript:;">...</a> is not clickable at point (884, 436). Other element would receive the click: <i class="tab-ico"></i> (Session info: chrome=76.0.3809.87)
大概意思是,(884,436)这个按钮是不可点击的
selenium 在驱动 Chmore 浏览器的时候一定要版本对应!!!
我猜是因为版本差了0.02个版本导致的。
换了FireFox浏览器就不会出现这个问题了
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:爬虫报错 - Python技术站