I
- BosAccountPage
, TargoBankAccountPage
public abstract class AbstractAccountPage<I> extends SeleniumWebPage
Modifier and Type | Field | Description |
---|---|---|
protected I |
accountInfo |
The account information to open from and update with this Selenium page
|
driver
Modifier | Constructor | Description |
---|---|---|
protected |
AbstractAccountPage(org.openqa.selenium.WebDriver driver,
I accountInfo) |
Creates a new Selenium account web page for the given account
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract void |
open() |
Open the account page for the given account
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
elementExist
protected final I accountInfo
protected AbstractAccountPage(org.openqa.selenium.WebDriver driver, I accountInfo)
driver
- the Selenium driveraccountInfo
- the account for this pageprotected abstract void open() throws WebSiteException
WebSiteException
- in case the page cannot be opened