1
0
Fork 0
Commit Graph

3 Commits (58f417aea9e925eee52108fce6e790d0a0b35b01)

Author SHA1 Message Date
Dustin 58f417aea9 chase: Go directly to the download page
When there are no transactions in the default display, the *Download
account activity* button is disabled.  To avoid failing in this case, we
now navigate directly to the download page.  This requires explicitly
selecting the credit card account from the dropdown list, as it is not
pre-filled when the page is loaded directly.
2023-05-11 22:55:42 -05:00
Dustin 7cab766c38 Refactor error handling
The `ntfyerror` context manager replaces `screenshot_failure` for
handling online banking interaction failures.  It has several
advantages, notably:

* takes a screenshot of the browser page *before* logging out
* cleaner suppression of exceptions, with success tracking
* sends an `ntfy` message, with the screenshot attached
2023-05-11 22:52:35 -05:00
Dustin 7683ff5760 Initial commit 2023-05-09 14:08:23 -05:00