You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: