TargoBankDetailsPage, TargoBankTransactionsPagepublic class TargoBankAccountPage extends AbstractAccountPage<TargoBankWebAccountInformation>
accountInfodriver| Constructor | Description |
|---|---|
TargoBankAccountPage(org.openqa.selenium.WebDriver driver,
TargoBankWebAccountInformation accountInfo) |
Creates a new AccountPage for account provided within the given account
information
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
open() |
Open the account page for the given account
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitelementExistpublic TargoBankAccountPage(org.openqa.selenium.WebDriver driver,
TargoBankWebAccountInformation accountInfo)
driver - the Selenium web driver to useaccountInfo - the account information objectpublic void open()
throws WebSiteException
AbstractAccountPageopen in class AbstractAccountPage<TargoBankWebAccountInformation>WebSiteException - in case the page cannot be opened