public abstract class UiFileBrowse extends UiElement
log, properties| Constructor and Description |
|---|
UiFileBrowse(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getValue()
Get the Text Box value
|
abstract void |
setValue(String value)
Set the Text Box value
File path must be set according to the current OS, '\' for Windows and '/' for UNIX-like systems,
if file path is not valid this method does not set any 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 UiFileBrowse(UiDriver uiDriver, UiElementProperties properties)
public abstract void setValue(String value)
value - public abstract String getValue()
public abstract void verifyValue(String expectedValue)
expectedValue - public abstract void verifyNotValue(String notExpectedValue)
notExpectedValue - Copyright © 2017 Axway Software. All rights reserved.