TargoBankDetailsPage
, TargoBankTransactionsPage
public class TargoBankAccountPage extends AbstractAccountPage<TargoBankWebAccountInformation>
accountInfo
driver
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, wait
elementExist
public TargoBankAccountPage(org.openqa.selenium.WebDriver driver, TargoBankWebAccountInformation accountInfo)
driver
- the Selenium web driver to useaccountInfo
- the account information objectpublic void open() throws WebSiteException
AbstractAccountPage
open
in class AbstractAccountPage<TargoBankWebAccountInformation>
WebSiteException
- in case the page cannot be opened