TransactionsPage
SantanderDetailsPage
public class SantanderTransactionsPage extends java.lang.Object implements TransactionsPage
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 |
---|---|
SantanderTransactionsPage(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 SantanderTransactionsPage(org.openqa.selenium.WebDriver driver, java.lang.String baseUrl, SantanderWebAccountInformation accountInfo) throws WebSiteException
driver
- accountInfo
- baseUrl
- WebSiteException
java.rmi.RemoteException
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