Uses of Class
com.vaadin.testbench.TestBenchElement
Packages that use TestBenchElement
-
Uses of TestBenchElement in com.vaadin.testbench
Classes in com.vaadin.testbench with type parameters of type TestBenchElementModifier and TypeClassDescriptionclassElementQuery<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 TestBenchElementModifier and TypeMethodDescriptiondefault <T extends TestBenchElement>
ElementQuery<T>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>
TMethods in com.vaadin.testbench that return TestBenchElementModifier and TypeMethodDescriptionstatic TestBenchElementTestBench.createElement(org.openqa.selenium.WebElement webElement, TestBenchCommandExecutor tbCommandExecutor) TestBenchElement.findElement(org.openqa.selenium.By by) default TestBenchElementHasHelper.getHelperComponent()Gets the slotted helper component for the element.HasPropertySettersGetters.getPropertyElement(String... propertyNames) Gets a JavaScript property of the given element as a DOM element.TestBenchElement.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 TestBenchElementModifier and TypeMethodDescriptiondefault ElementQuery<TestBenchElement>Prepare aElementQueryinstance to use for locating components on the client.HasPropertySettersGetters.getPropertyElements(String... propertyNames) Gets a JavaScript property of the given element as a list of DOM elements.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 TestBenchElementModifier and TypeMethodDescriptionstatic <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 TestBenchElementModifier and TypeMethodDescriptionvoidTestBenchCommandExecutor.focusElement(TestBenchElement testBenchElement)