Uses of Interface
org.openqa.selenium.support.pagefactory.FieldDecorator

Packages that use FieldDecorator
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
static void PageFactory.initElements(FieldDecorator decorator, java.lang.Object page)
          Similar to the other "initElements" methods, but takes an FieldDecorator which 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
 class DefaultFieldDecorator
          Default decorator for use with PageFactory.
 



Copyright © 2011. All Rights Reserved.