Uses of Interface
org.openqa.selenium.support.pagefactory.FieldDecorator
-
Packages that use FieldDecorator Package Description org.openqa.selenium.support org.openqa.selenium.support.pagefactory -
-
Uses of FieldDecorator in org.openqa.selenium.support
Methods in org.openqa.selenium.support with parameters of type FieldDecorator Modifier and Type Method Description static voidPageFactory. initElements(FieldDecorator decorator, java.lang.Object page)Similar to the other "initElements" methods, but takes anFieldDecoratorwhich is used for decorating each of the fields. -
Uses of FieldDecorator in org.openqa.selenium.support.pagefactory
Classes in org.openqa.selenium.support.pagefactory that implement FieldDecorator Modifier and Type Class Description classDefaultFieldDecoratorDefault decorator for use with PageFactory.
-