Class BosPostBoxPage
java.lang.Object
de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
de.frankmuenster.mahoe.web.webpages.AbstractPostBoxPage<BosWebAccountInformation,org.openqa.selenium.WebElement>
de.frankmuenster.mahoe.banks.bos.webpages.BosPostBoxPage
- All Implemented Interfaces:
PostBoxPage<org.openqa.selenium.WebElement>
public class BosPostBoxPage
extends AbstractPostBoxPage<BosWebAccountInformation,org.openqa.selenium.WebElement>
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.web.webpages.AbstractPostBoxPage
accountInfo, accountSheetDocuments, accountSheetsPosition, documentsPosition, otherDocumentsFields inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
driver -
Constructor Summary
ConstructorsConstructorDescriptionBosPostBoxPage(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.web.webpages.AbstractPostBoxPage
hasNextAccountSheet, hasNextDocument, nextAccountSheet, nextDocument, resetAccountSheetReadPosition, resetDocumentsReadPositionMethods inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
elementExist
-
Constructor Details
-
BosPostBoxPage
public BosPostBoxPage(org.openqa.selenium.WebDriver driver, BosWebAccountInformation accountInfo) throws WebSiteException Instantiate a new BosPostBoxPage and loads all documents/announcements- Parameters:
driver- the Selenium WebDriver with the logged in accountaccountInfo- the BosWebAccountInformation object- Throws:
WebSiteException
-