TransactionsPage
public class BosTransactionPage extends BosAccountPage implements TransactionsPage
accountInfo
driver
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, openDetails
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
elementExist
public 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
TransactionsPage
getTransactions
in interface TransactionsPage
WebSiteException