Class TargoBankPostBoxPage
- java.lang.Object
-
- de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
-
- de.frankmuenster.mahoe.banks.santander.webpages.AbstractPostBoxPage<TargoBankWebAccountInformation>
-
- de.frankmuenster.mahoe.banks.targobank.web.webpages.TargoBankPostBoxPage
-
- All Implemented Interfaces:
PostBoxPage
public class TargoBankPostBoxPage extends AbstractPostBoxPage<TargoBankWebAccountInformation> implements PostBoxPage
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.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 TargoBankPostBoxPage(org.openqa.selenium.WebDriver driver, TargoBankWebAccountInformation accountInfo)
Instantiate a new PostBoxPage in the given Webdriver an 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
-
TargoBankPostBoxPage
public TargoBankPostBoxPage(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
-
-