Class TargoBankAccountPage
java.lang.Object
de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
de.frankmuenster.mahoe.web.webpages.AbstractAccountPage<TargoBankWebAccountInformation>
de.frankmuenster.mahoe.banks.targobank.web.webpages.TargoBankAccountPage
- Direct Known Subclasses:
TargoBankDetailsPage,TargoBankTransactionsPage
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
ConstructorsConstructorDescriptionTargoBankAccountPage(org.openqa.selenium.WebDriver driver, TargoBankWebAccountInformation accountInfo) Creates a new AccountPage for account provided within the given account information -
Method Summary
Methods inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
elementExist
-
Constructor Details
-
TargoBankAccountPage
public TargoBankAccountPage(org.openqa.selenium.WebDriver driver, TargoBankWebAccountInformation accountInfo) 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<TargoBankWebAccountInformation>- Throws:
WebSiteException- in case the page cannot be opened
-