T - the type of locator which can be derived from this locatorpublic interface ExtendedLocator<T extends ExtendedLocator<T>> extends IterableLocator<T>, CompoundableLocator<T>
IterableLocator) and can derive it's descendants using composition of locators (CompoundableLocator).IterableLocator,
CompoundableLocator| Modifier and Type | Method and Description |
|---|---|
ExtendedLocator<T> |
format(Object... args)
Formats the locator with placeholders given by
SimplifiedFormat. |
get, iterator, sizegetChild, getDescendantgetAttribute, getLocationStrategygetRawLocatorinSeleniumRepresentationExtendedLocator<T> format(Object... args)
LocatorSimplifiedFormat.format in interface ElementLocator<T extends ExtendedLocator<T>>format in interface Locator<T extends ExtendedLocator<T>>args - the arguments for filling in the placeholdersCopyright © 2013 JBoss by Red Hat. All Rights Reserved.