| Package | Description |
|---|---|
| com.vaadin.testbench | |
| com.vaadin.testbench.commands |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementQuery<T extends AbstractElement>
Descriptor class used for locating components.
|
| 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. |
<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.
|
<T extends AbstractElement> |
TestBenchElement.wrap(Class<T> elementType) |
<T extends AbstractElement> |
TestBenchTestCase.wrap(Class<T> elementType,
org.openqa.selenium.WebElement element)
Decorates the element with the specified Element type, making it possible
to use Vaadin component-specific API on elements found using standard
selenium API.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractHasTestBenchCommandExecutor.isElementPresent(Class<? extends AbstractElement> clazz)
Returns true if a component can be found.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractElement> |
TestBenchElementCommands.wrap(Class<T> elementType)
Decorates the element with the specified Element type, making it possible
to use Vaadin component-specific API on elements found using standard
selenium API.
|
Copyright © 2012-2025 Vaadin Ltd. All Rights Reserved.