Uses of Interface
org.openqa.selenium.support.pagefactory.ElementLocatorFactory
-
Packages that use ElementLocatorFactory Package Description org.openqa.selenium.support org.openqa.selenium.support.pagefactory -
-
Uses of ElementLocatorFactory in org.openqa.selenium.support
Methods in org.openqa.selenium.support with parameters of type ElementLocatorFactory Modifier and Type Method Description static voidPageFactory. initElements(ElementLocatorFactory factory, java.lang.Object page)Similar to the other "initElements" methods, but takes anElementLocatorFactorywhich is used for providing the mechanism for finding elements. -
Uses of ElementLocatorFactory in org.openqa.selenium.support.pagefactory
Classes in org.openqa.selenium.support.pagefactory that implement ElementLocatorFactory Modifier and Type Class Description classAjaxElementLocatorFactoryclassDefaultElementLocatorFactoryFields in org.openqa.selenium.support.pagefactory declared as ElementLocatorFactory Modifier and Type Field Description protected ElementLocatorFactoryDefaultFieldDecorator. factoryConstructors in org.openqa.selenium.support.pagefactory with parameters of type ElementLocatorFactory Constructor Description DefaultFieldDecorator(ElementLocatorFactory factory)
-