Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome 91: element click intercepted #121

Open
izlatkin opened this issue Jul 8, 2021 · 0 comments
Open

Chrome 91: element click intercepted #121

izlatkin opened this issue Jul 8, 2021 · 0 comments

Comments

@izlatkin
Copy link

izlatkin commented Jul 8, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant