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 classAjaxElementLocatorAn 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.classDefaultElementLocatorThe 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 ElementLocatorAjaxElementLocatorFactory. createLocator(java.lang.reflect.Field field)ElementLocatorDefaultElementLocatorFactory. createLocator(java.lang.reflect.Field field)ElementLocatorElementLocatorFactory. createLocator(java.lang.reflect.Field field)When a field on a class needs to be decorated with anElementLocatorthis 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<org.openqa.selenium.WebElement>DefaultFieldDecorator. proxyForListLocator(java.lang.ClassLoader loader, ElementLocator locator)protected org.openqa.selenium.WebElementDefaultFieldDecorator. 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)
-