| Interface | Description |
|---|---|
| ElementLocator | |
| ElementLocatorFactory |
A factory for producing
ElementLocators. |
| FieldDecorator |
Allows the PageFactory to decorate fields.
|
| Class | Description |
|---|---|
| AbstractAnnotations |
Abstract class to work with fields in Page Objects.
|
| AjaxElementLocator |
An element locator that will wait for the specified number of seconds for an element to appear,
rather than failing instantly if it's not present.
|
| AjaxElementLocatorFactory | |
| Annotations | |
| ByAll |
Mechanism used to locate elements within a document using a series of lookups.
|
| ByChained |
Mechanism used to locate elements within a document using a series of other lookups.
|
| DefaultElementLocator |
The default element locator, which will lazily locate an element or an element list on a page.
|
| DefaultElementLocatorFactory | |
| DefaultFieldDecorator |
Default decorator for use with PageFactory.
|
Copyright © 2016. All rights reserved.