BosDetailsPage, BosTransactionPagepublic class BosAccountPage extends AbstractAccountPage<BosWebAccountInformation>
accountInfodriver| Constructor | Description |
|---|---|
BosAccountPage(org.openqa.selenium.WebDriver driver,
BosWebAccountInformation 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
|
org.openqa.selenium.WebElement |
openDetails() |
Open the details for the given account
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitelementExistpublic BosAccountPage(org.openqa.selenium.WebDriver driver,
BosWebAccountInformation accountInfo)
driver - the Selenium web driver to useaccountInfo - the account information objectpublic void open()
throws WebSiteException
AbstractAccountPageopen in class AbstractAccountPage<BosWebAccountInformation>WebSiteException - in case the page cannot be openedpublic org.openqa.selenium.WebElement openDetails()