| Interface | Description |
|---|---|
| SystemClock |
Find the current system time.
|
| WebElementFacade | |
| WebElementState |
This interface is a way of presenting state information about a web element without exposing (too much) of the
WebDriver API.
|
| Class | Description |
|---|---|
| AnyPage |
A page object that can represent any page, without specifiying the exact page.
|
| ClasspathFieldInjectorService |
A description goes here.
|
| HtmlTag | |
| InternalSystemClock |
Object that encapsulates system clock operations.
|
| MatchingPageExpressions |
Determines which URLs a given page object will work with.
|
| PageObject |
A base class representing a WebDriver page object.
|
| PagesAnnotatedField |
The Pages object keeps track of the Page Objects used during the tests.
|
| PageUrls |
Manage the URLs associated with a page
Urls can be associated with a page using annotations or via the default configuration properties.
|
| RenderedPageObjectView |
A page view that handles checking and waiting for element visibility.
|
| WebElementDescriber |
Created by john on 30/01/15.
|
| WebElementFacadeImpl |
A proxy class for a web element, providing some more methods.
|
| Exception | Description |
|---|---|
| UnableToInvokeWhenPageOpensMethods |
Could not invoke a Page Oject method annotated with the WhenPageOpens annotation.
|