Created
July 3, 2016 16:10
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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