Class HtmlFileBrowse
- java.lang.Object
-
- com.axway.ats.uiengine.elements.UiElement
-
- com.axway.ats.uiengine.elements.UiFileBrowse
-
- com.axway.ats.uiengine.elements.html.HtmlFileBrowse
-
- Direct Known Subclasses:
HiddenHtmlFileBrowse,RealHtmlFileBrowse
public abstract class HtmlFileBrowse extends UiFileBrowse
Html File Browse
-
-
Field Summary
-
Fields inherited from class com.axway.ats.uiengine.elements.UiElement
log, properties
-
-
Constructor Summary
Constructors Constructor Description HtmlFileBrowse(UiDriver uiDriver, UiElementProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetFileInputValue(org.openqa.selenium.WebDriver webDriver, String value)-
Methods inherited from class com.axway.ats.uiengine.elements.UiFileBrowse
getValue, setValue, verifyNotValue, verifyValue
-
Methods inherited from class com.axway.ats.uiengine.elements.UiElement
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toString
-
-
-
-
Constructor Detail
-
HtmlFileBrowse
public HtmlFileBrowse(UiDriver uiDriver, UiElementProperties properties)
-
-
Method Detail
-
setFileInputValue
protected void setFileInputValue(org.openqa.selenium.WebDriver webDriver, String value)- Parameters:
webDriver-WebDriverinstancevalue- the file input value to set
-
-