DetailsPagepublic class TransactionsPage
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected SantanderWebAccountInformation |
accountInfo |
Account to open the details page for
|
protected org.openqa.selenium.WebDriver |
driver |
The webdriver with logged-in user
|
protected boolean |
isCreditCard |
Account type
|
| Constructor | Description |
|---|---|
TransactionsPage(org.openqa.selenium.WebDriver driver,
java.lang.String baseUrl,
SantanderWebAccountInformation accountInfo) |
Create a new account page for the given account
|
| 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
|
protected final org.openqa.selenium.WebDriver driver
protected final SantanderWebAccountInformation accountInfo
protected final boolean isCreditCard
public TransactionsPage(org.openqa.selenium.WebDriver driver,
java.lang.String baseUrl,
SantanderWebAccountInformation accountInfo)
throws WebSiteException
driver - accountInfo - baseUrl - WebSiteExceptionjava.rmi.RemoteExceptionpublic java.util.List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions(java.util.Date lastTransactionDate)
throws WebSiteException
Date - lastTransactionDate the of the last transactions to give backWebSiteException