TransactionsPagepublic class BosTransactionPage extends BosAccountPage implements TransactionsPage
accountInfodriver| Constructor | Description |
|---|---|
BosTransactionPage(org.openqa.selenium.WebDriver driver,
BosWebAccountInformation accountInfo) |
Creates 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
|
open, openDetailsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitelementExistpublic BosTransactionPage(org.openqa.selenium.WebDriver driver,
BosWebAccountInformation accountInfo)
driver - the Selenium WebDriver with the logged in accountaccountInfo - the account info objectpublic java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions(java.util.Date lastTransactionDate)
throws WebSiteException
TransactionsPagegetTransactions in interface TransactionsPageWebSiteException