Package | Description |
---|---|
com.vaadin.testbench |
Modifier and Type | Method and Description |
---|---|
TestBenchCommandExecutor |
TestBenchTestCase.getCommandExecutor() |
TestBenchCommandExecutor |
TestBenchElement.getCommandExecutor() |
TestBenchCommandExecutor |
TestBenchDriverProxy.getCommandExecutor() |
TestBenchCommandExecutor |
HasTestBenchCommandExecutor.getCommandExecutor()
Return a reference to the related
TestBenchCommandExecutor
instance. |
Modifier and Type | Method and Description |
---|---|
static TestBenchDriverProxy |
TestBench.createDriver(org.openqa.selenium.WebDriver driver,
TestBenchCommandExecutor commandExecutor) |
static <T extends TestBenchElement> |
TestBench.createElement(Class<T> clazz,
org.openqa.selenium.WebElement webElement,
TestBenchCommandExecutor tbCommandExecutor)
Create new Element of given type.
|
static TestBenchElement |
TestBench.createElement(org.openqa.selenium.WebElement webElement,
TestBenchCommandExecutor tbCommandExecutor) |
protected void |
TestBenchElement.init(org.openqa.selenium.WebElement element,
TestBenchCommandExecutor commandExecutor)
TestBenchElement initialization function.
|
protected static TestBenchElement |
TestBenchElement.wrapElement(org.openqa.selenium.WebElement element,
TestBenchCommandExecutor commandExecutor) |
protected static Object |
TestBenchDriverProxy.wrapElementOrElements(Object elementElementsOrValues,
TestBenchCommandExecutor tbCommandExecutor)
Wraps any
WebElement found inside the object inside a
TestBenchElement . |
protected static List<TestBenchElement> |
TestBenchElement.wrapElements(List<org.openqa.selenium.WebElement> elements,
TestBenchCommandExecutor commandExecutor) |
Constructor and Description |
---|
TestBenchDriverProxy(org.openqa.selenium.WebDriver webDriver,
TestBenchCommandExecutor commandExecutor) |
TestBenchElement(org.openqa.selenium.WebElement webElement,
TestBenchCommandExecutor commandExecutor) |
Copyright © 2019. All rights reserved.