Class RealHtmlFileBrowse

    • Method Detail

      • setValue

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

        public void setValueUsingNativeDialog​(String path)
                                       throws Exception
        This method allows you to type in dialog windows. This option is available only for Windows OS
        Parameters:
        path - add the location of the file, you want to type in the dialog window
        Throws:
        Exception
      • 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 -