public class BrowserElementList extends AbstractList<BrowserElement>
BrowserElementLoader.| Modifier and Type | Field and Description |
|---|---|
protected BrowserContext |
context |
protected Class<? extends BrowserElement> |
elementCls |
protected List<org.openqa.selenium.WebElement> |
webElements |
modCount| Constructor and Description |
|---|
BrowserElementList(BrowserContext context,
List<org.openqa.selenium.WebElement> webElements,
Class<? extends BrowserElement> elementCls) |
| Modifier and Type | Method and Description |
|---|---|
BrowserElement |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected BrowserContext context
protected List<org.openqa.selenium.WebElement> webElements
protected Class<? extends BrowserElement> elementCls
public BrowserElementList(BrowserContext context, List<org.openqa.selenium.WebElement> webElements, Class<? extends BrowserElement> elementCls)
public BrowserElement get(int index)
get in interface List<BrowserElement>get in class AbstractList<BrowserElement>public int size()
size in interface Collection<BrowserElement>size in interface List<BrowserElement>size in class AbstractCollection<BrowserElement>Copyright © 2016 Etnetera a.s.. All rights reserved.