|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| AttributeLocator<E extends ElementLocator<E>> | Specific locator for attributes. |
| 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). |
| IterableLocator<T extends IterableLocator<T>> | Locator which can iterate over it's descendant. |
| LocationStrategy | Strategy for locating items on page. |
| Locator<T extends Locator<T>> | Locates the object by given strategy and parameters. |
| Class Summary | |
|---|---|
| AbstractElementLocator<T extends ElementLocator<T>> | Abstract implementation of element locator able to derive attributes for itself. |
| AbstractLocationStrategy | Abstract strategy for location of items on page. |
| AbstractLocator<T extends Locator<T>> | Abstract implementation of locator. |
| Attribute | Attribute of page element. |
| CssLocator | A element locator using CSS selectors. |
| DefaultAttributeLocator<E extends ElementLocator<E>> | Default implementation of locator for element's attributes. |
| DomLocator | Find an element by evaluating the specified JavaScript expression. |
| ElementLocationStrategy | Strategy for locating element on the page. |
| IdentifierLocator | Locates the element with the specified @id attribute. |
| IdLocator | Locates the element with specified @id attribute. |
| JQueryLocator | Locates the element using JQuery Selector syntax. |
| LinkLocator | Locates the link (anchor) element which contains text matching the specified pattern. |
| LocatorFactory | Utility class simplifying creation of locators of various types providing it's factories. |
| LocatorUtils | Utility class for locators. |
| NameLocator | Locates the first element with the specified @name attribute. |
| XpathLocator | Locates the element using XPath expression. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||