| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.framework | |
| org.jboss.arquillian.ajocado.locator.element |
| Modifier and Type | Method and Description |
|---|---|
int |
TypedSelenium.getCount(IterableLocator<?> locator)
Returns the number of elements that match the specified locator.
|
int |
ExtendedTypedSelenium.getCount(IterableLocator<?> locator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIterableLocator<T extends IterableLocator<T>>
Abstract implementation of locator which can iterate over it's descendant.
|
interface |
IterableLocator<T extends IterableLocator<T>>
Locator which can iterate over it's descendant.
|
| Modifier and Type | Interface and Description |
|---|---|
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). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIterableLocator<T extends IterableLocator<T>>
Abstract implementation of locator which can iterate over it's descendant.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.