Class SantanderPostBoxPage
java.lang.Object
de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
de.frankmuenster.mahoe.web.webpages.AbstractPostBoxPage<SantanderWebAccountInformation,org.openqa.selenium.WebElement>
de.frankmuenster.mahoe.banks.santander.webpages.SantanderPostBoxPage
- All Implemented Interfaces:
PostBoxPage<org.openqa.selenium.WebElement>
public class SantanderPostBoxPage
extends AbstractPostBoxPage<SantanderWebAccountInformation,org.openqa.selenium.WebElement>
implements PostBoxPage<org.openqa.selenium.WebElement>
The post box page
- Since:
- 2.4.0
- Author:
- Frank Münster
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final de.willuhn.jameica.hbci.rmi.KontoType
Account typeFields inherited from class de.frankmuenster.mahoe.web.webpages.AbstractPostBoxPage
accountInfo, accountSheetDocuments, accountSheetsPosition, documentsPosition, otherDocuments
Fields inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
driver
-
Constructor Summary
ConstructorsConstructorDescriptionSantanderPostBoxPage
(org.openqa.selenium.WebDriver driver, SantanderWebAccountInformation accountInfo) Create a new post box page for the given account -
Method Summary
Methods inherited from class de.frankmuenster.mahoe.web.webpages.AbstractPostBoxPage
hasNextAccountSheet, hasNextDocument, nextAccountSheet, nextDocument, resetAccountSheetReadPosition, resetDocumentsReadPosition
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, resetAccountSheetReadPosition, resetDocumentsReadPosition
-
Field Details
-
ktoType
protected final de.willuhn.jameica.hbci.rmi.KontoType ktoTypeAccount type
-
-
Constructor Details
-
SantanderPostBoxPage
public SantanderPostBoxPage(org.openqa.selenium.WebDriver driver, SantanderWebAccountInformation accountInfo) throws WebSiteException, RemoteException Create a new post box page for the given account- Parameters:
driver
-accountInfo
-baseUrl
-- Throws:
WebSiteException
RemoteException
-