|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type what we want to iterate over - this type will be returned by method provided by this interfacepublic interface IterableLocator<T extends IterableLocator<T>>
Locator which can iterate over it's descendant.
| Method Summary | |
|---|---|
T |
get(int index)
Gets the index-th occurrence of this locator |
Iterator<T> |
iterator()
Returns the iterator through the occurrences of this locator |
int |
size()
Returns the count of occurrences of this locator |
| Methods inherited from interface org.jboss.arquillian.ajocado.locator.element.ElementLocator |
|---|
format, getAttribute, getLocationStrategy |
| Methods inherited from interface org.jboss.arquillian.ajocado.locator.Locator |
|---|
getRawLocator |
| Methods inherited from interface org.jboss.arquillian.ajocado.selenium.SeleniumRepresentable |
|---|
inSeleniumRepresentation |
| Method Detail |
|---|
T get(int index)
index - the index of occurrence of this locator
Iterator<T> iterator()
iterator in interface Iterable<T extends IterableLocator<T>>int size()
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||