Skip to content

Chrome 91: element click intercepted  #121

@izlatkin

Description

@izlatkin

Chrome 91 / MacOS / Python 3.9

python liker.py art
Traceback (most recent call last):
File "/Users/ilyazlatkin/PycharmProjects/instagram-crawler/liker.py", line 19, in
ins_crawler = InsCrawler(has_screen=True)
File "/Users/ilyazlatkin/PycharmProjects/instagram-crawler/inscrawler/crawler.py", line 70, in init
self.login()
File "/Users/ilyazlatkin/PycharmProjects/instagram-crawler/inscrawler/crawler.py", line 87, in login
login_btn.click()
File "/Users/ilyazlatkin/PycharmProjects/instagram-crawler/venv/lib/python3.9/site-packages/selenium/webdriver/remote/webelement.py", line 80, in click
self._execute(Command.CLICK_ELEMENT)
File "/Users/ilyazlatkin/PycharmProjects/instagram-crawler/venv/lib/python3.9/site-packages/selenium/webdriver/remote/webelement.py", line 628, in _execute
return self._parent.execute(command, params)
File "/Users/ilyazlatkin/PycharmProjects/instagram-crawler/venv/lib/python3.9/site-packages/selenium/webdriver/remote/webdriver.py", line 312, in execute
self.error_handler.check_response(response)
File "/Users/ilyazlatkin/PycharmProjects/instagram-crawler/venv/lib/python3.9/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element ... is not clickable at point (600, 265). Other element would receive the click:

...

(Session info: chrome=91.0.4472.114)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions