diff --git a/xactfetch.py b/xactfetch.py index f5d0d78..4f7d51f 100644 --- a/xactfetch.py +++ b/xactfetch.py @@ -604,7 +604,7 @@ class Chase: log.info('Downloading transactions from %s to %s', from_date, to_date) fmt = '%m/%d/%Y' self.page.locator('#CARD_ACCOUNTS').get_by_role( - 'button', name='CREDIT CARD (...2467)' + 'button', name='(...2467)' ).first.click() fl = self.page.locator('#flyout') fl.wait_for()