Uses of Class
com.vaadin.testbench.TestBenchElement
-
Packages that use TestBenchElement Package Description com.vaadin.testbench com.vaadin.testbench.commands -
-
Uses of TestBenchElement in com.vaadin.testbench
Classes in com.vaadin.testbench with type parameters of type TestBenchElement Modifier and Type Class Description classElementQuery<T extends TestBenchElement>Query class used for finding a given element inside a given search context.Methods in com.vaadin.testbench with type parameters of type TestBenchElement Modifier and Type Method Description default <T extends TestBenchElement>
ElementQuery<T>HasElementQuery. $(Class<T> clazz)Prepare aElementQueryinstance to use for locating components on the client.static <T extends TestBenchElement>
TTestBench. createElement(Class<T> clazz, org.openqa.selenium.WebElement webElement, TestBenchCommandExecutor tbCommandExecutor)Create new Element of given type.static <T extends TestBenchElement>
TTestBench. wrap(TestBenchElement element, Class<T> elementType)<T extends TestBenchElement>
TTestBenchElement. wrap(Class<T> elementType)<T extends TestBenchElement>
TTestBenchTestCase. wrap(Class<T> elementType, org.openqa.selenium.WebElement element)Decorates the element with the specified Element type, making it possible to use component-specific API on elements found using standard Selenium API.Methods in com.vaadin.testbench that return TestBenchElement Modifier and Type Method Description static TestBenchElementTestBench. createElement(org.openqa.selenium.WebElement webElement, TestBenchCommandExecutor tbCommandExecutor)TestBenchElementTestBenchElement. findElement(org.openqa.selenium.By by)default TestBenchElementHasHelper. getHelperComponent()Gets the slotted helper component for the element.TestBenchElementHasPropertySettersGetters. getPropertyElement(String... propertyNames)Gets a JavaScript property of the given element as a DOM element.TestBenchElementTestBenchElement. getPropertyElement(String... propertyNames)protected static TestBenchElementTestBenchElement. wrapElement(org.openqa.selenium.WebElement element, TestBenchCommandExecutor commandExecutor)Methods in com.vaadin.testbench that return types with arguments of type TestBenchElement Modifier and Type Method Description default ElementQuery<TestBenchElement>HasElementQuery. $(String tagName)Prepare aElementQueryinstance to use for locating components on the client.List<TestBenchElement>HasPropertySettersGetters. getPropertyElements(String... propertyNames)Gets a JavaScript property of the given element as a list of DOM elements.List<TestBenchElement>TestBenchElement. getPropertyElements(String... propertyNames)protected static List<TestBenchElement>TestBenchElement. wrapElements(List<org.openqa.selenium.WebElement> elements, TestBenchCommandExecutor commandExecutor)Methods in com.vaadin.testbench with parameters of type TestBenchElement Modifier and Type Method Description static <T extends TestBenchElement>
TTestBench. wrap(TestBenchElement element, Class<T> elementType) -
Uses of TestBenchElement in com.vaadin.testbench.commands
Methods in com.vaadin.testbench.commands with parameters of type TestBenchElement Modifier and Type Method Description voidTestBenchCommandExecutor. focusElement(TestBenchElement testBenchElement)
-