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