diff --git a/xactfetch.py b/xactfetch.py index 6b09053..a1f109c 100644 --- a/xactfetch.py +++ b/xactfetch.py @@ -551,9 +551,6 @@ class Chase: ) -> Path: log.info('Downloading transactions from %s to %s', from_date, to_date) fmt = '%m/%d/%Y' - log.debug('Waiting for page to load completely') - self.page.get_by_role('link', name='Sort Options').wait_for() - self.page.wait_for_timeout(random.randint(1500, 2500)) href = '#/dashboard/accountDetails/downloadAccountTransactions/index' self.page.evaluate(f'window.location.href = "{href}";') log.debug('Waiting for page to load')