Class EnvironmentUtils


  • public class EnvironmentUtils
    extends Object
    • Method Detail

      • isUnsupportedBrowserEnvironment

        public boolean isUnsupportedBrowserEnvironment()
        Checks the available browser to see if it is an unsupported one.
        Returns:
        'true' if in a unSupported browser environment 'false' otherwise.
      • isWebkitUnavailable

        public boolean isWebkitUnavailable()
        Checks the existence of the webkit library on ubuntu.
        Returns:
        'true' if the webkit library is not present in ubuntu, 'false' otherwise.
      • isBrowserEnvironmentCheckDisabled

        public boolean isBrowserEnvironmentCheckDisabled()
        Ask if the browsing environment checks are disabled.
        Returns:
        'true' if disabled 'false' otherwise.
      • getBrowserName

        public String getBrowserName()
        Ask for the browser name.
        Returns:
        a String that contains the browser name.