|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Locator in org.jboss.arquillian.ajocado.locator |
|---|
| Classes in org.jboss.arquillian.ajocado.locator with type parameters of type Locator | |
|---|---|
class |
AbstractLocator<T extends Locator<T>>
Abstract implementation of locator. |
interface |
Locator<T extends Locator<T>>
Locates the object by given strategy and parameters. |
| Classes in org.jboss.arquillian.ajocado.locator that implement Locator | |
|---|---|
class |
AbstractLocator<T extends Locator<T>>
Abstract implementation of locator. |
| Methods in org.jboss.arquillian.ajocado.locator that return Locator | |
|---|---|
Locator<T> |
AbstractLocator.format(Object... args)
|
Locator<T> |
Locator.format(Object... args)
Formats the locator with placeholders given by SimplifiedFormat. |
| Uses of Locator in org.jboss.arquillian.ajocado.locator.attribute |
|---|
| Subinterfaces of Locator in org.jboss.arquillian.ajocado.locator.attribute | |
|---|---|
interface |
AttributeLocator<E extends ElementLocator<E>>
Specific locator for attributes. |
| Classes in org.jboss.arquillian.ajocado.locator.attribute that implement Locator | |
|---|---|
class |
DefaultAttributeLocator<E extends ElementLocator<E>>
Default implementation of locator for element's attributes. |
| Uses of Locator in org.jboss.arquillian.ajocado.locator.element |
|---|
| Subinterfaces of Locator in org.jboss.arquillian.ajocado.locator.element | |
|---|---|
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. |
| Classes in org.jboss.arquillian.ajocado.locator.element that implement Locator | |
|---|---|
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. |
| Uses of Locator in org.jboss.arquillian.ajocado.locator.frame |
|---|
| Subinterfaces of Locator in org.jboss.arquillian.ajocado.locator.frame | |
|---|---|
interface |
FrameLocator<T extends FrameLocator<T>>
Locator for locating select options on page. |
| Classes in org.jboss.arquillian.ajocado.locator.frame that implement Locator | |
|---|---|
class |
AbstractFrameLocator<T extends FrameLocator<T>>
Abstract implementation of option locator. |
class |
FrameRelativeLocator
The locators of relative addressing of frames |
| Uses of Locator in org.jboss.arquillian.ajocado.locator.option |
|---|
| Subinterfaces of Locator in org.jboss.arquillian.ajocado.locator.option | |
|---|---|
interface |
OptionLocator<T extends OptionLocator<T>>
Locator for locating select options on page. |
| Classes in org.jboss.arquillian.ajocado.locator.option that implement Locator | |
|---|---|
class |
AbstractOptionLocator<T extends OptionLocator<T>>
Abstract implementation of option locator. |
| Uses of Locator in org.jboss.arquillian.ajocado.locator.window |
|---|
| Subinterfaces of Locator in org.jboss.arquillian.ajocado.locator.window | |
|---|---|
interface |
WindowLocator<T extends WindowLocator<T>>
Locator for locating select options on page. |
| Classes in org.jboss.arquillian.ajocado.locator.window that implement Locator | |
|---|---|
class |
AbstractWindowLocator<T extends WindowLocator<T>>
Abstract implementation of option locator. |
class |
WindowNameLocator
The locator for referencing window by name |
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||