See: Description
| Interface | Description |
|---|---|
| SystemClock |
Find the current system time.
|
| WebElementFacade | Deprecated
Use same-named class in serenitybdd package
|
| WebElementState | Deprecated
Use same-named class in serenitybdd package
|
| 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.
|
| Pages |
The Pages object keeps track of what web pages a test visits, and helps with mapping pages to Page Objects.
|
| 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.
|
| WebElementFacadeImpl | Deprecated
Use same-named class in serenitybdd package
|
| Exception | Description |
|---|---|
| UnableToInvokeWhenPageOpensMethods |
Could not invoke a Page Oject method annotated with the WhenPageOpens annotation.
|
| Error | Description |
|---|---|
| WrongPageError |
We have navigated to the wrong page.
|