Class TargoBankPostBoxPage
java.lang.Object
de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
de.frankmuenster.mahoe.web.webpages.AbstractPostBoxPage<TargoBankWebAccountInformation,String>
de.frankmuenster.mahoe.banks.targobank.web.webpages.TargoBankPostBoxPage
- All Implemented Interfaces:
PostBoxPage<String>
public final class TargoBankPostBoxPage
extends AbstractPostBoxPage<TargoBankWebAccountInformation,String>
implements PostBoxPage<String>
The post box page for the Targo Bank providing access to Account sheets and
other mail/documents
- Since:
- 2.4.0
- Author:
- Frank Münster
-
Field Summary
Fields inherited from class de.frankmuenster.mahoe.web.webpages.AbstractPostBoxPage
accountInfo, accountSheetDocuments, accountSheetsPosition, documentsPosition, otherDocumentsFields inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
driver -
Method Summary
Modifier and TypeMethodDescriptionstatic voidRemoves the instance, to avoid old link datastatic TargoBankPostBoxPagegetInstance(org.openqa.selenium.WebDriver driver, TargoBankWebAccountInformation accountInfo) Instantiate a new PostBoxPage in the given Webdriver an for the given accountMethods inherited from class de.frankmuenster.mahoe.web.webpages.AbstractPostBoxPage
hasNextAccountSheet, hasNextDocument, nextAccountSheet, nextDocument, resetAccountSheetReadPosition, resetDocumentsReadPositionMethods inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
elementExistMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.frankmuenster.mahoe.web.webpages.PostBoxPage
hasNextAccountSheet, hasNextDocument, nextAccountSheet, nextDocument, resetAccountSheetReadPosition, resetDocumentsReadPosition
-
Method Details
-
cleanInstance
public static void cleanInstance()Removes the instance, to avoid old link data -
getInstance
public static TargoBankPostBoxPage getInstance(org.openqa.selenium.WebDriver driver, TargoBankWebAccountInformation accountInfo) throws WebSiteException Instantiate a new PostBoxPage in the given Webdriver an for the given account- Parameters:
driver-accountInfo-- Throws:
WebSiteException
-