1
0
Fork 0
Commit Graph

4 Commits (76cb7c79588743e403900137d2bc794c5ea4cc9e)

Author SHA1 Message Date
Dustin 43aba0c848 Switch to async API
Using the Playwrigt async API is the only way to wait for one of
multiple conditions.  We will need this capability in order to detect
certain abnormal conditions, such as spurious 2FA auth or interstitial
ads.
2024-07-10 14:54:23 -05:00
Dustin 082a5fa4f9 meta: Relax Playwright dependency version
Playright needs to be updated frequently in order to update its Firefox
build.  The Chase website has a very strict browser support policy, and
frequently drops support for old Firefox versions.
2023-12-12 08:09:40 -06:00
Dustin 22a5c6972e meta: Fix version generation
*setuptools_scm* is not used unless a `tool.setuptools_scm` table is
present in `pyproject.toml`.
2023-12-12 08:09:40 -06:00
Dustin 7683ff5760 Initial commit 2023-05-09 14:08:23 -05:00