| Interface | Description |
|---|---|
| CompoundableLocator<T extends CompoundableLocator<T>> |
Defines element locators which can be used to derive child and generally descendant elements by given locator by
composition by composition.
|
| ElementLocator<T extends ElementLocator<T>> |
Locator for locating elements on page.
|
| ExtendedLocator<T extends ExtendedLocator<T>> |
Locator which is iterable and compoundable - it means you can iterate through it's descendants (
IterableLocator) and can derive it's descendants using composition of locators (CompoundableLocator). |
| FilterableLocator<T extends FilterableLocator<T>> |
Defines element locators which can be used to derive new locators by defining filters.
|
| IterableLocator<T extends IterableLocator<T>> |
Locator which can iterate over it's descendant.
|
| Class | Description |
|---|---|
| AbstractElementLocator<T extends ElementLocator<T>> |
Abstract implementation of element locator able to derive attributes for itself.
|
| AbstractIterableLocator<T extends IterableLocator<T>> |
Abstract implementation of locator which can iterate over it's descendant.
|
| ElementLocationStrategy |
Strategy for locating element on the page.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.