Skip to content

Instantly share code, notes, and snippets.

@rinchik
Created July 3, 2016 16:10
Show Gist options
  • Save rinchik/3011d753633ed4cbdc197ffb1f68b84f to your computer and use it in GitHub Desktop.
Save rinchik/3011d753633ed4cbdc197ffb1f68b84f to your computer and use it in GitHub Desktop.
Method that navigates to the Transactions History in Capital One investing after login
def load_transactions(self):
print "Loading transactions ..."
transactions_link = self.driver.find_element_by_css_selector('#ctl00_ctl00_header_ctl19')
transactions_link.click()
self.screenshot('transactions.png')
print "Done."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment