E - the type of associated element locator, which can be obtained from this attribute locatorpublic interface AttributeLocator<E extends ElementLocator<E>> extends Locator<AttributeLocator<E>>
| Modifier and Type | Method and Description |
|---|---|
AttributeLocator<E> |
format(Object... args)
Formats the locator with placeholders given by
SimplifiedFormat. |
ElementLocator<E> |
getAssociatedElement()
Returns the underlying element what associates attribute given by this locator to
|
Attribute |
getAttribute()
Returns the type of attribute which this locator points to.
|
getLocationStrategy, getRawLocatorinSeleniumRepresentationElementLocator<E> getAssociatedElement()
Attribute getAttribute()
AttributeLocator<E> format(Object... args)
LocatorSimplifiedFormat.format in interface Locator<AttributeLocator<E extends ElementLocator<E>>>args - the arguments for filling in the placeholdersCopyright © 2013 JBoss by Red Hat. All Rights Reserved.