Uses of Interface
org.openqa.selenium.support.pagefactory.ElementLocator
-
Packages that use ElementLocator Package Description org.openqa.selenium.support.pagefactory org.openqa.selenium.support.pagefactory.internal -
-
Uses of ElementLocator in org.openqa.selenium.support.pagefactory
Classes in org.openqa.selenium.support.pagefactory that implement ElementLocator Modifier and Type Class Description class
AjaxElementLocator
An element locator that will wait for the specified number of seconds for an element to appear, rather than failing instantly if it's not present.class
DefaultElementLocator
The default element locator, which will lazily locate an element or an element list on a page.Methods in org.openqa.selenium.support.pagefactory that return ElementLocator Modifier and Type Method Description ElementLocator
AjaxElementLocatorFactory. createLocator(java.lang.reflect.Field field)
ElementLocator
DefaultElementLocatorFactory. createLocator(java.lang.reflect.Field field)
ElementLocator
ElementLocatorFactory. createLocator(java.lang.reflect.Field field)
When a field on a class needs to be decorated with anElementLocator
this method will be called.Methods in org.openqa.selenium.support.pagefactory with parameters of type ElementLocator Modifier and Type Method Description protected java.util.List<WebElement>
DefaultFieldDecorator. proxyForListLocator(java.lang.ClassLoader loader, ElementLocator locator)
protected WebElement
DefaultFieldDecorator. proxyForLocator(java.lang.ClassLoader loader, ElementLocator locator)
-
Uses of ElementLocator in org.openqa.selenium.support.pagefactory.internal
Constructors in org.openqa.selenium.support.pagefactory.internal with parameters of type ElementLocator Constructor Description LocatingElementHandler(ElementLocator locator)
LocatingElementListHandler(ElementLocator locator)
-