Uses of Interface
org.jboss.arquillian.graphene.wait.ElementBuilder
Packages that use ElementBuilder
-
Uses of ElementBuilder in org.jboss.arquillian.graphene.wait
Methods in org.jboss.arquillian.graphene.wait that return ElementBuilderModifier and TypeMethodDescriptionFluentBuilder.element(org.openqa.selenium.By element) Returns an element condition factory which can be used to formulate conditions related to the element determined by the given locator.FluentBuilder.element(org.openqa.selenium.SearchContext searchContext, org.openqa.selenium.By element) Returns an element condition factory which can be used to formulate conditions related to the element determined by the given locator and search context.FluentBuilder.element(org.openqa.selenium.WebElement element) Returns an element condition builder which can be used to formulate conditions related to the given element.