Interface | Description |
---|---|
WebElementFacade | |
WebElementState |
This interface is a way of presenting state information about a web element without exposing (too much) of the
WebDriver API.
|
WidgetObject |
Represents a page fragment which occurs across pages or multiple times in a single
page.
|
Class | Description |
---|---|
AnyPage |
A page object that can represent any page, without specifiying the exact page.
|
ClasspathFieldInjectorService |
A description goes here.
|
DefaultTimeouts |
Created by john on 6/03/15.
|
HtmlTag | |
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.
|
Selectors | |
WebElementDescriber |
Created by john on 30/01/15.
|
WebElementFacadeImpl |
A proxy class for a web element, providing some more methods.
|
WidgetObjectImpl |
Base implementation for
WidgetObject . |
Exception | Description |
---|---|
UnableToInvokeWhenPageOpensMethods |
Could not invoke a Page Oject method annotated with the WhenPageOpens annotation.
|