Class RealHtmlTextBox

    • Method Detail

      • appendValue

        public void appendValue​(String value)
        Append text to the current content of a Text Box
        Specified by:
        appendValue in class UiTextBox
        Parameters:
        value -
      • setValue

        public void setValue​(String value)
        Set the Text Box value
        Specified by:
        setValue in class UiTextBox
        Parameters:
        value -
      • verifyValue

        public void verifyValue​(String expectedValue)
        Verify the Text Box value is as specified
        Specified by:
        verifyValue in class UiTextBox
        Parameters:
        expectedValue -
      • verifyNotValue

        public void verifyNotValue​(String notExpectedValue)
        Verify the Text Box value is NOT as specified
        Specified by:
        verifyNotValue in class UiTextBox
        Parameters:
        notExpectedValue -