public class ElementList<T extends QAFWebElement>
extends java.util.ArrayList<T>
| Constructor and Description |
|---|
ElementList(org.openqa.selenium.SearchContext context,
java.lang.String loc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object o) |
T |
get(int index) |
void |
waitForEmpty() |
void |
waitForIndex(int index) |
add, add, addAll, addAll, clear, clone, ensureCapacity, forEach, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic ElementList(org.openqa.selenium.SearchContext context,
java.lang.String loc)
public T get(int index)
get in interface java.util.List<T extends QAFWebElement>get in class java.util.ArrayList<T extends QAFWebElement>public boolean contains(java.lang.Object o)
contains in interface java.util.Collection<T extends QAFWebElement>contains in interface java.util.List<T extends QAFWebElement>contains in class java.util.ArrayList<T extends QAFWebElement>public void waitForEmpty()
public void waitForIndex(int index)
Copyright © 2000 Infostretch Corp.