TransactionsPagepublic class TargoBankTransactionsPage extends TargoBankAccountPage implements TransactionsPage
accountInfodriver| Constructor | Description |
|---|---|
TargoBankTransactionsPage(org.openqa.selenium.WebDriver driver,
TargoBankWebAccountInformation accountInfo) |
Will create a new instance of the page
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> |
getTransactions(java.util.Date lastTransactionDate) |
Returns all transactions on current page till the given date
|
elementExistclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitopenpublic TargoBankTransactionsPage(org.openqa.selenium.WebDriver driver,
TargoBankWebAccountInformation accountInfo)
throws WebSiteException
driver - accountInfo - WebSiteExceptionpublic java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions(java.util.Date lastTransactionDate)
throws WebSiteException
getTransactions in interface TransactionsPageDate - lastTransactionDate the of the last transactions to give backWebSiteException