Class BosPostBoxPage
- java.lang.Object
-
- de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
-
- de.frankmuenster.mahoe.banks.santander.webpages.AbstractPostBoxPage<BosWebAccountInformation>
-
- de.frankmuenster.mahoe.banks.bos.webpages.BosPostBoxPage
-
- All Implemented Interfaces:
PostBoxPage
public class BosPostBoxPage extends AbstractPostBoxPage<BosWebAccountInformation>
The post box page for the Bank of Scotland- Since:
- 2.6.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 BosPostBoxPage(org.openqa.selenium.WebDriver driver, BosWebAccountInformation accountInfo)
Instantiate a new BosPostBoxPage and loads all documents/announcements
-
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
-
-
-
-
Constructor Detail
-
BosPostBoxPage
public BosPostBoxPage(org.openqa.selenium.WebDriver driver, BosWebAccountInformation accountInfo)
Instantiate a new BosPostBoxPage and loads all documents/announcements- Parameters:
driver
- the Selenium WebDriver with the logged in accountaccountInfo
- the BosWebAccountInformation object
-
-