Class SantanderPostBoxPage
- java.lang.Object
-
- de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
-
- de.frankmuenster.mahoe.banks.santander.webpages.AbstractPostBoxPage<SantanderWebAccountInformation>
-
- de.frankmuenster.mahoe.banks.santander.webpages.SantanderPostBoxPage
-
- All Implemented Interfaces:
PostBoxPage
public class SantanderPostBoxPage extends AbstractPostBoxPage<SantanderWebAccountInformation> implements PostBoxPage
The post box page- Since:
- 2.4.0
- Author:
- Frank Münster
-
-
Field Summary
Fields Modifier and Type Field Description protected de.willuhn.jameica.hbci.rmi.KontoType
ktoType
Account type-
Fields inherited from class de.frankmuenster.mahoe.banks.santander.webpages.AbstractPostBoxPage
accountInfo, accountSheetDocuments, accountSheetsPosition, documentsPosition, otherDocuments
-
Fields inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
driver
-
-
Constructor Summary
Constructors Constructor Description SantanderPostBoxPage(org.openqa.selenium.WebDriver driver, java.lang.String baseUrl, SantanderWebAccountInformation accountInfo)
Create a new post box page for the given account
-
Method Summary
-
Methods inherited from class de.frankmuenster.mahoe.banks.santander.webpages.AbstractPostBoxPage
hasNextAccountSheet, hasNextDocument, nextAccountSheet, nextDocument
-
Methods inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
elementExist
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.frankmuenster.mahoe.web.webpages.PostBoxPage
hasNextAccountSheet, hasNextDocument, nextAccountSheet, nextDocument
-
-
-
-
Constructor Detail
-
SantanderPostBoxPage
public SantanderPostBoxPage(org.openqa.selenium.WebDriver driver, java.lang.String baseUrl, SantanderWebAccountInformation accountInfo) throws WebSiteException, java.rmi.RemoteException
Create a new post box page for the given account- Parameters:
driver
-accountInfo
-baseUrl
-- Throws:
WebSiteException
java.rmi.RemoteException
-
-