| Package | Description |
|---|---|
| com.vaadin.testbench | |
| com.vaadin.testbench.commands | |
| com.vaadin.testbench.elementsbase |
| Modifier and Type | Method and Description |
|---|---|
static <T extends TestBenchElement> |
TestBench.createElement(Class<T> clazz,
org.openqa.selenium.WebElement webElement,
TestBenchCommandExecutor tbCommandExecutor)
Create new Element of given type.
|
| Modifier and Type | Method and Description |
|---|---|
static TestBenchElement |
TestBench.createElement(org.openqa.selenium.WebElement webElement,
TestBenchCommandExecutor tbCommandExecutor) |
protected static TestBenchElement |
TestBenchElement.wrapElement(org.openqa.selenium.WebElement element,
TestBenchCommandExecutor tbCommandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
protected static List<TestBenchElement> |
TestBenchElement.wrapElements(List<org.openqa.selenium.WebElement> elements,
TestBenchCommandExecutor tbCommandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestBenchCommandExecutor.focusElement(TestBenchElement testBenchElement) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElement |
Copyright © 2012-2025 Vaadin Ltd. All Rights Reserved.