Class HiddenHtmlFileBrowse

    • Method Detail

      • getValue

        public String getValue()
        Get the File Select Button value
        Specified by:
        getValue in class UiFileBrowse
        Returns:
        the value
      • setValue

        public void setValue​(String value)
        Set the File Select Button value
        Specified by:
        setValue in class UiFileBrowse
        Parameters:
        value - to set
      • verifyValue

        public void verifyValue​(String expectedValue)
        Verify the File Select Button value is as specified
        Specified by:
        verifyValue in class UiFileBrowse
        Parameters:
        expectedValue -
      • verifyNotValue

        public void verifyNotValue​(String notExpectedValue)
        Verify the File Select Button value is NOT as specified
        Specified by:
        verifyNotValue in class UiFileBrowse
        Parameters:
        notExpectedValue -