First daily punchcard is skipped
bug
### Before submitting a bug report...
- [x] This bug wasn't already reported.
(I have checked every bug report on GitHub)
- [x] I've ran the program with the -r argument.
### Branch
develop
### Commit
ab99b4e
### Describe the bug
Always the first item of the daily punchcards generates an error and is skipped.
### Import the logs
```
2025-05-19 08:40:46,541 [DEBUG] activityTitle=Die Sinnsuche
2025-05-19 08:40:48,259 [ERROR] [ACTIVITY] Error doing Die Sinnsuche
Traceback (most recent call last):
File "C:\Tools\MS-Rewards-Farmer\klept0\src\utils.py", line 380, in click
).click()
~~~~~^^
File "C:\Program Files\Python313\Lib\site-packages\selenium\webdriver\remote\webelement.py", line 119, in click
self._execute(Command.CLICK_ELEMENT)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python313\Lib\site-packages\selenium\webdriver\remote\webelement.py", line 572, in _execute
return self._parent.execute(command, params)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python313\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 429, in execute
self.error_handler.check_response(response)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "C:\Program Files\Python313\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 232, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <h3 mee-heading="heading" ng-class="{'ellipsis': !$ctrl.isDenseDashboard()}" class="c-heading ng-binding ellipsis">...</h3> is not clickable at point (597, 1334). Other element would receive the click: <div id="cookieConsentContainer" class="ccanimate" nonce="" style="display: block;">...</div>
(Session info: chrome=136.0.7103.114)
```
### Screenshots

### Value of dashboard variable
https://gist.github.com/kobi-wan/d262a318ada09d736794814d9f49934a
2 条评论