Description
I am following the seed authentication flow directions and for some reason it gives me less than 4 seconds to complete the CAPTCHA. Even when I manage to click on all the necessary images quick enough and hit verify it still exits out and responds with:
DEBUG init:_config_bootstrap():156 2021-08-10 22:36:28,465| Caching authentication in config file
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/bin/google-alerts", line 8, in
sys.exit(main())
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/google_alerts/cli/manage.py", line 136, in main
driver.find_element_by_xpath('//*[@id="openid-buttons"]/button[1]').click()
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 80, in click
self._execute(Command.CLICK_ELEMENT)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 633, in _execute
return self._parent.execute(command, params)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/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 (829, 18). Other element would receive the click:
(Session info: chrome=92.0.4515.131)