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
public class TargoBankAccountPage extends AbstractAccountPage<TargoBankWebAccountInformation>
The account page the account provided for a given account- Author:
- papa
-
-
Field Summary
-
Fields inherited from class de.frankmuenster.mahoe.web.webpages.AbstractAccountPage
accountInfo
-
Fields inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
driver
-
-
Constructor Summary
Constructors Constructor Description TargoBankAccountPage(org.openqa.selenium.WebDriver driver, TargoBankWebAccountInformation accountInfo)
Creates a new AccountPage for account provided within the given account information
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
open()
Open the account page for the given account-
Methods inherited from class de.frankmuenster.mahoe.web.webpages.SeleniumWebPage
elementExist
-
-
-
-
Constructor Detail
-
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 Detail
-
open
public void open() throws WebSiteException
Description copied from class:AbstractAccountPage
Open the account page for the given account- Specified by:
open
in classAbstractAccountPage<TargoBankWebAccountInformation>
- Throws:
WebSiteException
- in case the page cannot be opened
-
-