Class ConfigProvider

java.lang.Object
org.primefaces.selenium.internal.ConfigProvider

public class ConfigProvider extends Object
  • Constructor Details

    • ConfigProvider

      public ConfigProvider()
  • Method Details

    • buildOnloadScripts

      protected void buildOnloadScripts() throws Exception
      Throws:
      Exception
    • getTimeoutGui

      public int getTimeoutGui()
    • getTimeoutAjax

      public int getTimeoutAjax()
    • setTimeoutAjax

      public void setTimeoutAjax(int timeoutAjax)
    • getTimeoutHttp

      public int getTimeoutHttp()
    • getTimeoutDocumentLoad

      public int getTimeoutDocumentLoad()
    • getTimeoutFileUpload

      public int getTimeoutFileUpload()
    • getScrollElementIntoView

      public String getScrollElementIntoView()
    • isDisableAnimations

      public boolean isDisableAnimations()
    • getDeploymentBaseUrl

      public String getDeploymentBaseUrl()
    • getDeploymentAdapter

      public DeploymentAdapter getDeploymentAdapter()
    • getOnloadScripts

      public List<String> getOnloadScripts()
    • getWebdriverAdapter

      public WebDriverAdapter getWebdriverAdapter()
    • getOnloadScriptsAdapter

      public OnloadScriptsAdapter getOnloadScriptsAdapter()
    • getWebdriverBrowser

      public String getWebdriverBrowser()
    • isWebdriverHeadless

      public boolean isWebdriverHeadless()
    • getWebdriverVersion

      public String getWebdriverVersion()
    • getWebdriverLogLevel

      public Level getWebdriverLogLevel()
    • getInstance

      public static ConfigProvider getInstance()