| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.framework | |
| org.jboss.arquillian.ajocado.locator.attribute | |
| org.jboss.arquillian.ajocado.locator.element |
| Modifier and Type | Method and Description |
|---|---|
String |
TypedSelenium.getAttribute(AttributeLocator<?> attributeLocator)
Gets the value of an element attribute.
|
boolean |
ExtendedTypedSelenium.isAttributePresent(AttributeLocator<?> attributeLocator)
Verifies that the specified attribute is defined for the element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributeLocator<E extends ElementLocator<E>>
Default implementation of locator for element's attributes.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeLocator<E> |
DefaultAttributeLocator.format(Object... args) |
AttributeLocator<E> |
AttributeLocator.format(Object... args) |
| Modifier and Type | Method and Description |
|---|---|
AttributeLocator<T> |
AbstractElementLocator.getAttribute(Attribute attribute)
Returns the default locator for attribute belongs to this locator.
|
AttributeLocator<T> |
ElementLocator.getAttribute(Attribute attribute)
Returns the locator for attribute for given locator.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.