| Interface | Description |
|---|---|
| DetailsPage |
Interface to get the account details from the bank web site
|
| LoginPage |
The login page of Bank
|
| PostBoxPage<T> |
Interface for a PostBax page
T is either a WebElement or a String with the content of the WebElement
|
| TransactionsPage |
Interface to a web page that holds the transactions of an account
|
| Class | Description |
|---|---|
| AbstractAccountPage<I> |
A Selenium account page
|
| AbstractPostBoxPage<I,T> |
An abstract post box page providing the standard operations.
|
| SeleniumWebPage |
An basic web page
|