Uses of Class
com.vaadin.testbench.ElementQuery
Packages that use ElementQuery
-
Uses of ElementQuery in com.vaadin.testbench
Methods in com.vaadin.testbench that return ElementQueryModifier and TypeMethodDescriptiondefault <T extends TestBenchElement>
ElementQuery<T>Prepare aElementQuery
instance to use for locating components on the client.default ElementQuery<TestBenchElement>
Prepare aElementQuery
instance to use for locating components on the client.Requires the given attribute to match the given value.ElementQuery.attributeContains
(String name, String token) Requires the given attribute to contain the given value.ElementQuery.context
(org.openqa.selenium.SearchContext searchContext) Sets the context to search inside.ElementQuery.hasAttribute
(String name) Requires the given attribute to be set.ElementQuery.onPage()
Defines that the query should start the search from the root of the page, in practice from the<body>
tag.