TransactionsPage
public class TargoBankTransactionsPage extends TargoBankAccountPage implements TransactionsPage
accountInfo
driver
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
|
elementExist
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
open
public TargoBankTransactionsPage(org.openqa.selenium.WebDriver driver, TargoBankWebAccountInformation accountInfo) throws WebSiteException
driver
- accountInfo
- WebSiteException
public java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions(java.util.Date lastTransactionDate) throws WebSiteException
getTransactions
in interface TransactionsPage
Date
- lastTransactionDate the of the last transactions to give backWebSiteException