|
Ajocado Implementation 1.0.0.Alpha2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtendedLocator | |
|---|---|
| org.jboss.arquillian.ajocado.locator | |
| Uses of ExtendedLocator in org.jboss.arquillian.ajocado.locator |
|---|
| Classes in org.jboss.arquillian.ajocado.locator with type parameters of type ExtendedLocator | |
|---|---|
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). |
| Classes in org.jboss.arquillian.ajocado.locator that implement ExtendedLocator | |
|---|---|
class |
JQueryLocator
Locates the element using JQuery Selector syntax. |
class |
XPathLocator
Locates the element using XPath expression. |
| Methods in org.jboss.arquillian.ajocado.locator that return ExtendedLocator | |
|---|---|
ExtendedLocator<XPathLocator> |
XPathLocator.format(Object... args)
|
ExtendedLocator<T> |
ExtendedLocator.format(Object... args)
|
|
Ajocado Implementation 1.0.0.Alpha2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||