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