Skip to content

Commit

Permalink
* fix: [venmo] HTML element name change to btnLogin (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zburatorul authored Oct 7, 2024
1 parent 5e9bd68 commit 8df1560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finance_dl/venmo.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def login(self):
password = self.wait_and_return(self.find_venmo_password)[0][0]
logger.info('Entering password')
password.send_keys(self.credentials['password'])
self.click_through_to_new_page("Sign in")
self.click_through_to_new_page("btnLogin")
logger.info('Logged in')
self.logged_in = True

Expand Down

0 comments on commit 8df1560

Please sign in to comment.