| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLocator<T extends Locator<T>>
Abstract implementation of locator.
|
interface |
Locator<T extends Locator<T>>
Locates the object by given strategy and parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLocator<T extends Locator<T>>
Abstract implementation of locator.
|
| Modifier and Type | Method and Description |
|---|---|
Locator<T> |
AbstractLocator.format(Object... args) |
Locator<T> |
Locator.format(Object... args)
Formats the locator with placeholders given by
SimplifiedFormat. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeLocator<E extends ElementLocator<E>>
Specific locator for attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributeLocator<E extends ElementLocator<E>>
Default implementation of locator for element's attributes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
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.
|
interface |
ElementLocator<T extends ElementLocator<T>>
Locator for locating elements on page.
|
interface |
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). |
interface |
FilterableLocator<T extends FilterableLocator<T>>
Defines element locators which can be used to derive new locators by defining filters.
|
interface |
IterableLocator<T extends IterableLocator<T>>
Locator which can iterate over it's descendant.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElementLocator<T extends ElementLocator<T>>
Abstract implementation of element locator able to derive attributes for itself.
|
class |
AbstractIterableLocator<T extends IterableLocator<T>>
Abstract implementation of locator which can iterate over it's descendant.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FrameLocator<T extends FrameLocator<T>>
Locator for locating select options on page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFrameLocator<T extends FrameLocator<T>>
Abstract implementation of option locator.
|
class |
FrameRelativeLocator
The locators of relative addressing of frames
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OptionLocator<T extends OptionLocator<T>>
Locator for locating select options on page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOptionLocator<T extends OptionLocator<T>>
Abstract implementation of option locator.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WindowLocator<T extends WindowLocator<T>>
Locator for locating select options on page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWindowLocator<T extends WindowLocator<T>>
Abstract implementation of option locator.
|
class |
WindowNameLocator
The locator for referencing window by name
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.