| AbstractLocatorHandler<T> |
Abstract proxy handler supporting lazy loading and hooks on WebElement.
|
| AtIndexElementLocator |
ElementLocator retrieving a particular index element from another locator.
|
| ComponentHandler |
Proxy handler for WebElement.
|
| ElementInstanceLocator |
ElementLocator for an already found WebElement instance.
|
| ElementListInstanceLocator |
ElementLocator for an already found list of WebElement instance.
|
| ElementListSupplierLocator |
Element locator implemented by a Supplier of list of WebElement.
|
| ElementSupplierLocator |
Element locator implemented by a Supplier of WebElement.
|
| FirstElementLocator |
ElementLocator retrieving the first element from another locator.
|
| LastElementLocator |
ElementLocator retrieving the last element from another locator.
|
| ListHandler |
Proxy handler for list of WebElement.
|
| LocatorProxies |
Utility class to create proxies of WebElement, Component, FluentList and List of Components based on their locators.
|