T - The container type.public class BasicContainer<T extends Container<T>> extends BasicElement<T> implements Container<T>
| Constructor and Description |
|---|
BasicContainer() |
| Modifier and Type | Method and Description |
|---|---|
<E> E |
findElement(Class<E> clazz,
org.openqa.selenium.By by)
Finds the first element within the current context using the given mechanism.
|
<E> List<E> |
findElements(Class<E> clazz,
org.openqa.selenium.By by)
Finds all elements within the current context using the given mechanism.
|
and, getAttribute, getCssValue, getId, getStyleClass, getTitle, isDisplayedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, getAttribute, getCssValue, getId, getStyleClass, getTitle, isDisplayedpublic <E> E findElement(Class<E> clazz, org.openqa.selenium.By by)
WiseQueryfindElement in interface WiseQueryE - The type of the element.clazz - The class of the element. Must be either WebElement or a type annotated with
Field, Container or Frame. Will lookup for its implementation class following
ClasspathUtil.findImplementationClass(Class) rules.by - The locating mechanism to use.public <E> List<E> findElements(Class<E> clazz, org.openqa.selenium.By by)
WiseQueryfindElements in interface WiseQueryE - The type of the elements.clazz - The class of the elements. Must be either WebElement or a type annotated with
Field, Container or Frame. Will lookup for its implementation class following
ClasspathUtil.findImplementationClass(Class) rules.by - The locating mechanism to use.Copyright © 2013. All Rights Reserved.