Class BosAccountPage
java.lang.Object
de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
de.frankmuenster.mahoe.web.webpages.AbstractAccountPage<BosWebAccountInformation>
de.frankmuenster.mahoe.banks.bos.webpages.BosAccountPage
- Direct Known Subclasses:
BosDetailsPage,BosTransactionPage
The account page the account provided for a given account
- Author:
- papa
-
Field Summary
Fields inherited from class de.frankmuenster.mahoe.web.webpages.AbstractAccountPage
accountInfoFields inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
driver -
Constructor Summary
ConstructorsConstructorDescriptionBosAccountPage(org.openqa.selenium.WebDriver driver, BosWebAccountInformation accountInfo) Creates a new AccountPage for account provided within the given account information -
Method Summary
Modifier and TypeMethodDescriptionvoidopen()Open the account page for the given accountorg.openqa.selenium.WebElementOpen the details for the given accountMethods inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
elementExist
-
Constructor Details
-
BosAccountPage
Creates a new AccountPage for account provided within the given account information- Parameters:
driver- the Selenium web driver to useaccountInfo- the account information object
-
-
Method Details
-
open
Description copied from class:AbstractAccountPageOpen the account page for the given account- Specified by:
openin classAbstractAccountPage<BosWebAccountInformation>- Throws:
WebSiteException- in case the page cannot be opened
-
openDetails
public org.openqa.selenium.WebElement openDetails()Open the details for the given account- Returns:
-