public abstract class Editable extends Control
| Constructor and Description |
|---|
Editable(Page parentValue,
org.openqa.selenium.By locatorValue)
Default constructor which binds page the control belongs to and the locator to
find the element on page.
|
| Modifier and Type | Method and Description |
|---|---|
Editable |
set(Operation<? extends Editable,Editable> predicate)
.
|
abstract Editable |
setValue(java.lang.String value)
Common method for setting values.
|
addSubItems, element, element, get, getDriver, getFormat, getItemLocatorText, getLocator, getLocatorText, getParent, getRect, getScrollDirection, getScrollTo, getText, getValue, is, isExcludeFromSearch, perform, scrollTo, setExcludeFromSearch, setFormat, setItemLocatorText, setScrollDirection, setScrollTo, verify, waitUntilpublic Editable(Page parentValue, org.openqa.selenium.By locatorValue)
parentValue - the instance of the page class containing current control.locatorValue - the string used to locate current control.public Editable set(Operation<? extends Editable,Editable> predicate)
predicate - .public abstract Editable setValue(java.lang.String value)
value - the value to set.