public class RealHtmlFileBrowse extends HtmlFileBrowse
RealHtmlElement| Constructor and Description |
|---|
RealHtmlFileBrowse(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Get the File Select Button value
|
void |
setValue(String value)
Set the File Select Button value
|
void |
setValueUsingNativeDialog(String path)
This method allows you to type in dialog windows.
|
void |
verifyNotValue(String notExpectedValue)
Verify the File Select Button value is NOT as specified
|
void |
verifyValue(String expectedValue)
Verify the File Select Button value is as specified
|
setFileInputValuecheckTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toStringpublic RealHtmlFileBrowse(UiDriver uiDriver, UiElementProperties properties)
public String getValue()
getValue in class UiFileBrowsepublic void setValue(String value)
setValue in class UiFileBrowsevalue - the value to setpublic void setValueUsingNativeDialog(String path) throws Exception
path - add the location of the file, you want to type in the dialog windowExceptionpublic void verifyValue(String expectedValue)
verifyValue in class UiFileBrowseexpectedValue - public void verifyNotValue(String notExpectedValue)
verifyNotValue in class UiFileBrowsenotExpectedValue - Copyright © 2017 Axway Software. All rights reserved.