Class RealHtmlTextBox
- java.lang.Object
-
- com.axway.ats.uiengine.elements.UiElement
-
- com.axway.ats.uiengine.elements.UiTextBox
-
- com.axway.ats.uiengine.elements.html.HtmlTextBox
-
- com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlTextBox
-
public class RealHtmlTextBox extends HtmlTextBox
An HTML Text Box- See Also:
RealHtmlElement
-
-
Field Summary
-
Fields inherited from class com.axway.ats.uiengine.elements.UiElement
log, properties
-
-
Constructor Summary
Constructors Constructor Description RealHtmlTextBox(UiDriver uiDriver, UiElementProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendValue(String value)Append text to the current content of a Text BoxStringgetValue()Get the Text Box valuevoidsetValue(String value)Set the Text Box valuevoidverifyNotValue(String notExpectedValue)Verify the Text Box value is NOT as specifiedvoidverifyValue(String expectedValue)Verify the Text Box value is as specified-
Methods inherited from class com.axway.ats.uiengine.elements.UiElement
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toString
-
-
-
-
Constructor Detail
-
RealHtmlTextBox
public RealHtmlTextBox(UiDriver uiDriver, UiElementProperties properties)
-
-
Method Detail
-
getValue
public String getValue()
Get the Text Box value
-
appendValue
public void appendValue(String value)
Append text to the current content of a Text Box- Specified by:
appendValuein classUiTextBox- Parameters:
value-
-
setValue
public void setValue(String value)
Set the Text Box value
-
verifyValue
public void verifyValue(String expectedValue)
Verify the Text Box value is as specified- Specified by:
verifyValuein classUiTextBox- Parameters:
expectedValue-
-
verifyNotValue
public void verifyNotValue(String notExpectedValue)
Verify the Text Box value is NOT as specified- Specified by:
verifyNotValuein classUiTextBox- Parameters:
notExpectedValue-
-
-