| Modifier and Type | Method and Description |
|---|---|
Text |
clear()
Clears this text content.
|
Integer |
getMaxLength()
Retrieves the the maximum number of characters allowed in this text field.
|
String |
getValue()
Retrieves the value of this text.
|
boolean |
isEnabled()
Retrieves whether this test is enabled or not.
|
boolean |
isReadOnly()
Retrieves whether this test is read-only or not.
|
Text |
sendKeys(CharSequence... keysToSend)
Types into this text.
|
click, doubleClickand, getAttribute, getCssValue, getId, getStyleClass, getTitle, isDisplayedText clear()
Integer getMaxLength()
String getValue()
boolean isEnabled()
boolean isReadOnly()
Text sendKeys(CharSequence... keysToSend)
keysToSend - The content to be typed.Copyright © 2013. All Rights Reserved.