We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 a
ElementQuery
instance to use for locating components on the client.default ElementQuery<TestBenchElement>
Prepare a
ElementQuery
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.