爬虫报错

今天在玩爬虫的时候出现了这个信息:

selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: 
Element "btn btn-default" οnclick="SEARCH.page_jump(100,1)" href="javascript:;">... is not clickable at point (884, 436). 
Other element would receive the click: "tab-ico">
  (Session info: chrome=76.0.3809.87)

大概意思是,(884,436)这个按钮是不可点击的

selenium 在驱动 Chmore 浏览器的时候一定要版本对应!!!

我猜是因为版本差了0.02个版本导致的。

换了FireFox浏览器就不会出现这个问题了

 

转载于:https://www.cnblogs.com/jiuyachun/p/11281181.html

你可能感兴趣的:(爬虫报错)