-
Notifications
You must be signed in to change notification settings - Fork 9
爬取淘宝商品详情出现了以下错误 #3
Description
taobao-crawler-selenium-master>python taobaoCrawler.py
using new version selector
Traceback (most recent call last):
File "taobaoCrawler.py", line 152, in
next_page_button.click()
File "E:\python3\lib\site-packages\selenium\webdriver\remote\webelement.py", line 94, in click
self._execute(Command.CLICK_ELEMENT)
File "E:\python3\lib\site-packages\selenium\webdriver\remote\webelement.py", line 395, in _execute
return self._parent.execute(command, params)
File "E:\python3\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 345, in execute
self.error_handler.check_response(response)
File "E:\python3\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 229, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element ... is not clickable at point (1085, 12). Other element would receive the click:
(Session info: chrome=124.0.6367.119)