Class SantanderTransactionsPage

java.lang.Object
de.frankmuenster.mahoe.banks.santander.webpages.SantanderTransactionsPage
All Implemented Interfaces:
TransactionsPage
Direct Known Subclasses:
SantanderDetailsPage

public class SantanderTransactionsPage extends Object implements TransactionsPage
The page with all listed transactions These are the booked transactions for giro account and the pre-booked for an credit card account.
Since:
2.4.0
Author:
Frank Münster
  • Field Details

    • driver

      protected final org.openqa.selenium.WebDriver driver
      The webdriver with logged-in user
    • accountInfo

      protected final SantanderWebAccountInformation accountInfo
      Account to open the details page for
    • isCreditCard

      protected final boolean isCreditCard
      Account type
  • Constructor Details

  • Method Details

    • getTransactions

      public List<de.willuhn.jameica.hbci.rmi.Umsatz> getTransactions(Date lastTransactionDate) throws WebSiteException
      Returns all transactions on current page till the given date
      Specified by:
      getTransactions in interface TransactionsPage
      Parameters:
      Date - lastTransactionDate the of the last transactions to give back
      Throws:
      WebSiteException