public class SelenidePageFactory
extends org.openqa.selenium.support.PageFactory
Constructor and Description |
---|
SelenidePageFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
initElements(org.openqa.selenium.support.pagefactory.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. |
public static void initElements(org.openqa.selenium.support.pagefactory.FieldDecorator decorator, java.lang.Object page)
FieldDecorator
which is used
for decorating each of the fields.decorator
- the decorator to usepage
- The object to decorate the fields of