|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of locator which can be derived from this locatorpublic 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).
IterableLocator,
CompoundableLocator| Method Summary | |
|---|---|
ExtendedLocator<T> |
format(Object... args)
|
| Methods inherited from interface org.jboss.test.selenium.locator.IterableLocator |
|---|
getAllChildren, getAllOccurrences, getChildren, getDescendants, getNthChildElement, getNthOccurence |
| Methods inherited from interface org.jboss.test.selenium.locator.CompoundableLocator |
|---|
getChild, getDescendant |
| Methods inherited from interface org.jboss.test.selenium.locator.ElementLocator |
|---|
getAttribute, getLocationStrategy |
| Methods inherited from interface org.jboss.test.selenium.locator.Locator |
|---|
getAsString, getRawLocator |
| Method Detail |
|---|
ExtendedLocator<T> format(Object... args)
format in interface ElementLocator<T extends ExtendedLocator<T>>format in interface Locator<T extends ExtendedLocator<T>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||