Interface CustomPageObject.State
-
- Enclosing class:
- CustomPageObject
public static interface CustomPageObject.State
The Custom Page state.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CUSTOMIZED
customized.static String
X_DEFAULT
default.
-
-
-
Field Detail
-
X_DEFAULT
static final String X_DEFAULT
default.- See Also:
- Constant Field Values
-
CUSTOMIZED
static final String CUSTOMIZED
customized.- See Also:
- Constant Field Values
-
-