public class MobileTextBox extends MobileElement<MobileTextBox>
Can be identified by:
log, properties| Constructor and Description |
|---|
MobileTextBox(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Get the Text Box value
|
void |
pressEnterKey() |
MobileTextBox |
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
|
click, clickIfExists, getAttributeValue, getTextContent, scrollTocheckTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toStringpublic MobileTextBox(UiDriver uiDriver, UiElementProperties properties)
public String getValue()
public MobileTextBox setValue(String value)
value - public void pressEnterKey()
public void verifyValue(String expectedValue)
expectedValue - public void verifyNotValue(String notExpectedValue)
notExpectedValue - Copyright © 2017 Axway Software. All rights reserved.