Uses of Interface
org.openqa.selenium.support.pagefactory.ElementLocator
Packages that use ElementLocator
Package
Description
- 
Uses of ElementLocator in org.openqa.selenium.support.pagefactoryClasses in org.openqa.selenium.support.pagefactory that implement ElementLocatorModifier and TypeClassDescriptionclassAn 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.classThe 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 ElementLocatorModifier and TypeMethodDescriptionAjaxElementLocatorFactory.createLocator(Field field) DefaultElementLocatorFactory.createLocator(Field field) ElementLocatorFactory.createLocator(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 ElementLocatorModifier and TypeMethodDescriptionprotected List<WebElement>DefaultFieldDecorator.proxyForListLocator(ClassLoader loader, ElementLocator locator) protected WebElementDefaultFieldDecorator.proxyForLocator(ClassLoader loader, ElementLocator locator) 
- 
Uses of ElementLocator in org.openqa.selenium.support.pagefactory.internalConstructors in org.openqa.selenium.support.pagefactory.internal with parameters of type ElementLocatorModifierConstructorDescriptionLocatingElementHandler(ElementLocator locator) LocatingElementListHandler(ElementLocator locator)