public class SwingTextArea extends UiTextArea
Can be identified by:
log, properties| Constructor and Description |
|---|
SwingTextArea(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendValue(String value)
Works in same way as the 'set text' method
|
String |
getValue()
Get text area value
|
void |
setValue(String value)
Set 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 SwingTextArea(UiDriver uiDriver, UiElementProperties properties)
public String getValue()
getValue in class UiTextAreaVerificationException - if the text area element doesn't existpublic void setValue(String value)
setValue in class UiTextAreavalue - the value to setVerificationException - if the element doesn't existpublic void appendValue(String value)
appendValue in class UiTextAreavalue - public void verifyValue(String expectedValue)
verifyValue in class UiTextAreaexpectedValue - VerificationException - if the element doesn't existVerifyEqualityException - if the verification failspublic void verifyNotValue(String notExpectedValue)
verifyNotValue in class UiTextAreanotExpectedValue - VerificationException - if the element doesn't existVerifyNotEqualityException - if the verification failsCopyright © 2017 Axway Software. All rights reserved.