T - the type of locator which can be derived from this locatorpublic interface ElementLocator<T extends ElementLocator<T>> extends Locator<T>
| Modifier and Type | Method and Description |
|---|---|
ElementLocator<T> |
format(Object... args)
Formats the locator with placeholders given by
SimplifiedFormat. |
AttributeLocator<T> |
getAttribute(Attribute attribute)
Returns the locator for attribute for given locator.
|
ElementLocationStrategy |
getLocationStrategy()
Returns the location strategy for this element
|
getRawLocatorinSeleniumRepresentationAttributeLocator<T> getAttribute(Attribute attribute)
attribute - type for obtaining from this locatorElementLocationStrategy getLocationStrategy()
LocatorgetLocationStrategy in interface Locator<T extends ElementLocator<T>>ElementLocator<T> format(Object... args)
LocatorSimplifiedFormat.format in interface Locator<T extends ElementLocator<T>>args - the arguments for filling in the placeholdersCopyright © 2013 JBoss by Red Hat. All Rights Reserved.