Class Config


  • public class Config
    extends Object
    Configuration class.
    Since:
    2.1.0
    Author:
    Boni Garcia
    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • reset

        public void reset()
      • isNullOrEmpty

        public static boolean isNullOrEmpty​(String string)
      • getProperties

        public String getProperties()
      • setProperties

        public void setProperties​(String properties)
      • getSeleniumServerUrl

        public String getSeleniumServerUrl()
      • setSeleniumServerUrl

        public void setSeleniumServerUrl​(String value)
      • getOutputFolder

        public String getOutputFolder()
      • setOutputFolder

        public void setOutputFolder​(String value)
      • isOutputFolderPerClass

        public boolean isOutputFolderPerClass()
      • setOutputFolderPerClass

        public void setOutputFolderPerClass​(boolean value)
      • isVnc

        public boolean isVnc()
      • setVnc

        public void setVnc​(boolean value)
      • isRecording

        public boolean isRecording()
      • setRecording

        public void setRecording​(boolean value)
      • isRecordingWhenFailure

        public boolean isRecordingWhenFailure()
      • setRecordingWhenFailure

        public void setRecordingWhenFailure​(boolean value)
      • isScreenshot

        public boolean isScreenshot()
      • setScreenshot

        public void setScreenshot​(boolean value)
      • isScreenshotWhenFailure

        public boolean isScreenshotWhenFailure()
      • setScreenshotWhenFailure

        public void setScreenshotWhenFailure​(boolean value)
      • getScreenshotFormat

        public String getScreenshotFormat()
      • setScreenshotFormat

        public void setScreenshotFormat​(String value)
      • getBrowserTemplateJsonFile

        public String getBrowserTemplateJsonFile()
      • setBrowserTemplateJsonFile

        public void setBrowserTemplateJsonFile​(String value)
      • getBrowserTemplateJsonContent

        public String getBrowserTemplateJsonContent()
      • setBrowserTemplateJsonContent

        public void setBrowserTemplateJsonContent​(String value)
      • getManager

        public io.github.bonigarcia.wdm.WebDriverManager getManager()
      • setManager

        public void setManager​(io.github.bonigarcia.wdm.WebDriverManager manager)
      • enableVnc

        public void enableVnc()
      • enableScreenshot

        public void enableScreenshot()
      • enableRecording

        public void enableRecording()
      • enableRecordingWhenFailure

        public void enableRecordingWhenFailure()
      • enableScreenshotWhenFailure

        public void enableScreenshotWhenFailure()
      • useSurefireOutputFolder

        public void useSurefireOutputFolder()
      • takeScreenshotAsBase64

        public void takeScreenshotAsBase64()
      • takeScreenshotAsPng

        public void takeScreenshotAsPng()
      • takeScreenshotAsBase64AndPng

        public void takeScreenshotAsBase64AndPng()