Class TargoBankPostBoxPage
- java.lang.Object
-
- de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
-
- de.frankmuenster.mahoe.web.webpages.AbstractPostBoxPage<TargoBankWebAccountInformation,java.lang.String>
-
- de.frankmuenster.mahoe.banks.targobank.web.webpages.TargoBankPostBoxPage
-
- All Implemented Interfaces:
PostBoxPage<java.lang.String>
public final class TargoBankPostBoxPage extends AbstractPostBoxPage<TargoBankWebAccountInformation,java.lang.String> implements PostBoxPage<java.lang.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, otherDocuments
-
Fields inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
driver
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
cleanInstance()
Removes the instance, to avoid old link datastatic TargoBankPostBoxPage
getInstance(org.openqa.selenium.WebDriver driver, TargoBankWebAccountInformation accountInfo)
Instantiate a new PostBoxPage in the given Webdriver an for the given account-
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
-
-
-
-
Method Detail
-
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
-
-