public abstract class UiTextBox extends UiElement
log, properties| Constructor and Description |
|---|
UiTextBox(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
appendValue(String value)
Append text to the current content of a Text Box
|
abstract String |
getValue()
Get the Text Box value
|
abstract void |
setValue(String value)
Set the Text Box value
|
abstract void |
verifyNotValue(String notExpectedValue)
Verify the Text Box value is NOT as specified
|
abstract void |
verifyValue(String expectedValue)
Verify the Text Box value is as specified
|
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toStringpublic UiTextBox(UiDriver uiDriver, UiElementProperties properties)
public abstract void setValue(String value)
value - public abstract String getValue()
public abstract void appendValue(String value)
value - public abstract void verifyValue(String expectedValue)
expectedValue - public abstract void verifyNotValue(String notExpectedValue)
notExpectedValue - Copyright © 2017 Axway Software. All rights reserved.