Class UiFileBrowse

    • Method Detail

      • setValue

        public abstract void setValue​(String value)
        Set the Text Box value File path must be set according to the current OS, '\' for Windows and '/' for UNIX-like systems, if file path is not valid this method does not set any value
        Parameters:
        value -
      • getValue

        public abstract String getValue()
        Get the Text Box value
        Returns:
      • verifyValue

        public abstract void verifyValue​(String expectedValue)
        Verify the Text Box value is as specified
        Parameters:
        expectedValue -
      • verifyNotValue

        public abstract void verifyNotValue​(String notExpectedValue)
        Verify the Text Box value is NOT as specified
        Parameters:
        notExpectedValue -