Class HiddenHtmlFileBrowse
- java.lang.Object
-
- com.axway.ats.uiengine.elements.UiElement
-
- com.axway.ats.uiengine.elements.UiFileBrowse
-
- com.axway.ats.uiengine.elements.html.HtmlFileBrowse
-
- com.axway.ats.uiengine.elements.html.hiddenbrowser.HiddenHtmlFileBrowse
-
public class HiddenHtmlFileBrowse extends HtmlFileBrowse
An HTML File Select Button- See Also:
HiddenHtmlElement
-
-
Field Summary
-
Fields inherited from class com.axway.ats.uiengine.elements.UiElement
log, properties
-
-
Constructor Summary
Constructors Constructor Description HiddenHtmlFileBrowse(UiDriver uiDriver, UiElementProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Get the File Select Button valuevoidsetValue(String value)Set the File Select Button valuevoidverifyNotValue(String notExpectedValue)Verify the File Select Button value is NOT as specifiedvoidverifyValue(String expectedValue)Verify the File Select Button value is as specified-
Methods inherited from class com.axway.ats.uiengine.elements.html.HtmlFileBrowse
setFileInputValue
-
Methods inherited from class com.axway.ats.uiengine.elements.UiElement
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toString
-
-
-
-
Constructor Detail
-
HiddenHtmlFileBrowse
public HiddenHtmlFileBrowse(UiDriver uiDriver, UiElementProperties properties)
-
-
Method Detail
-
getValue
public String getValue()
Get the File Select Button value- Specified by:
getValuein classUiFileBrowse- Returns:
- the value
-
setValue
public void setValue(String value)
Set the File Select Button value- Specified by:
setValuein classUiFileBrowse- Parameters:
value- to set
-
verifyValue
public void verifyValue(String expectedValue)
Verify the File Select Button value is as specified- Specified by:
verifyValuein classUiFileBrowse- Parameters:
expectedValue-
-
verifyNotValue
public void verifyNotValue(String notExpectedValue)
Verify the File Select Button value is NOT as specified- Specified by:
verifyNotValuein classUiFileBrowse- Parameters:
notExpectedValue-
-
-