Class RunnerOptions


  • public class RunnerOptions
    extends Object
    • Constructor Detail

      • RunnerOptions

        public RunnerOptions()
    • Method Detail

      • testConcurrency

        public RunnerOptions testConcurrency​(int testConcurrency)
      • getTestConcurrency

        public Integer getTestConcurrency()
      • getApiKey

        public String getApiKey()
      • getServerUrl

        public String getServerUrl()
      • proxy

        public RunnerOptions proxy​(com.applitools.eyes.AbstractProxySettings proxySettings)
      • getProxy

        public com.applitools.eyes.AbstractProxySettings getProxy()
      • autProxy

        public RunnerOptions autProxy​(com.applitools.eyes.AbstractProxySettings autProxy)
        Setting a separated proxy for requests made to non-eyes domains. If the AUT proxy is set, it cannot be changed again for those specific requests by any means. If AUT proxy is set to null, there will be no proxy for those specific requests.
      • autProxy

        public RunnerOptions autProxy​(com.applitools.eyes.AbstractProxySettings autProxy,
                                      String[] domains)
        Setting a separated proxy for requests sent to the given domains. Requests to other non-eyes domains will be sent without a proxy. If the AUT proxy is set, it cannot be changed again for those specific requests by any means. If AUT proxy is set to null, the behavior will be the same as autProxy(AbstractProxySettings)
      • autProxy

        public RunnerOptions autProxy​(com.applitools.eyes.AbstractProxySettings autProxy,
                                      String[] domains,
                                      com.applitools.eyes.AutProxyMode mode)
        Setting a separated proxy for requests sent to the given domains (if mode is AutProxyMode.ALLOW or for requests sent to domains other than the given domains (if mode is AutProxyMode.BLOCK. If the AUT proxy is set, it cannot be changed again for those specific requests by any means. If AUT proxy is set to null, the behavior will be the same as autProxy(AbstractProxySettings)
      • autProxy

        public RunnerOptions autProxy​(com.applitools.eyes.AutProxySettings autProxy)
      • getAutProxy

        public com.applitools.eyes.AutProxySettings getAutProxy()
      • logHandler

        public RunnerOptions logHandler​(com.applitools.eyes.LogHandler logHandler)
      • getLogHandler

        public com.applitools.eyes.LogHandler getLogHandler()