public class Edit extends Editable
Constructor and Description |
---|
Edit(Page parentValue,
org.openqa.selenium.By locatorValue)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Gets element text.
|
Editable |
setValue(java.lang.String value)
Common method for setting values.
|
addSubItems, element, element, get, getDriver, getFormat, getItemLocatorText, getLocator, getLocatorText, getParent, getRect, getScrollDirection, getScrollTo, getValue, is, isExcludeFromSearch, perform, scrollTo, setExcludeFromSearch, setFormat, setItemLocatorText, setScrollDirection, setScrollTo, verify, waitUntil
public Edit(Page parentValue, org.openqa.selenium.By locatorValue)
parentValue
- parent page object reference.locatorValue
- locator to current element.public java.lang.String getText()
Control