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

right_button.click() Error #2

Open
AndrejaN opened this issue May 30, 2024 · 0 comments
Open

right_button.click() Error #2

AndrejaN opened this issue May 30, 2024 · 0 comments

Comments

@AndrejaN
Copy link

Hi, i have e problem while executing right_button.click(). The error is
ElementClickInterceptedException Traceback (most recent call last)

in <cell line: 17>()
19 time.sleep(0.05)
20 # actions.move_to_element(right_button)
---> 21 right_button.click()
22
23 # working on each item/short_video in reel

3 frames

/usr/local/lib/python3.10/dist-packages/selenium/webdriver/remote/errorhandler.py in check_response(self, response)
227 alert_text = value["alert"].get("text")
228 raise exception_class(message, screen, stacktrace, alert_text) # type: ignore[call-arg] # mypy is not smart enough here
--> 229 raise exception_class(message, screen, stacktrace)

ElementClickInterceptedException: Message: element click intercepted: Element ... is not clickable at point (734, 416). Other element would receive the click: ...
(Session info: chrome-headless-shell=125.0.6422.78)
Stacktrace:

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