| Package | Description |
|---|---|
| com.vaadin.testbench |
| Modifier and Type | Method and Description |
|---|---|
<E extends AbstractElement> |
ElementQuery.$(Class<E> cls)
Prepare a
ElementQuery instance to use for locating components on
the client. |
<T extends AbstractElement> |
AbstractHasTestBenchCommandExecutor.$(Class<T> clazz)
Prepare a
ElementQuery instance to use for locating components on
the client. |
<E extends AbstractElement> |
ElementQuery.$$(Class<E> cls)
Prepare a
ElementQuery instance to use for locating components on
the client. |
<T extends AbstractElement> |
AbstractHasTestBenchCommandExecutor.$$(Class<T> clazz)
Prepare a
ElementQuery instance to use for locating components on
the client. |
ElementQuery<T> |
ElementQuery.caption(String caption)
Add a requirement to only accept components with a specified caption
value.
|
<E extends AbstractElement> |
ElementQuery.child(ElementQuery<E> query)
Adds another query to the search hierarchy of this ElementQuery.
|
ElementQuery<T> |
ElementQuery.context(org.openqa.selenium.SearchContext searchContext)
Specify a different
SearchContext to use. |
<E extends AbstractElement> |
ElementQuery.in(ElementQuery<E> query)
Adds another query to the search hierarchy of this ElementQuery.
|
ElementQuery<T> |
ElementQuery.index(int index)
Set an index requirement for the current ElementQuery.
|
ElementQuery<T> |
ElementQuery.recursive(boolean recursion)
For advanced use.
|
ElementQuery<T> |
ElementQuery.state(String varname,
String value)
For advanced use.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends AbstractElement> |
ElementQuery.child(ElementQuery<E> query)
Adds another query to the search hierarchy of this ElementQuery.
|
<E extends AbstractElement> |
ElementQuery.in(ElementQuery<E> query)
Adds another query to the search hierarchy of this ElementQuery.
|
Copyright © 2012-2025 Vaadin Ltd. All Rights Reserved.