Uses of Class
com.applitools.eyes.visualgrid.services.RunnerOptions
-
Packages that use RunnerOptions Package Description com.applitools.eyes com.applitools.eyes.visualgrid.services -
-
Uses of RunnerOptions in com.applitools.eyes
Constructors in com.applitools.eyes with parameters of type RunnerOptions Constructor Description EyesRunner(String baseAgentId, String version, RunnerOptions runnerOptions)used for instantiating VisualGrid RunnerEyesRunner(String baseAgentId, String version, RunnerOptions runnerOptions, AbstractSDKListener listener)used for instantiating VisualGrid RunnerEyesRunner(String baseAgentId, String version, String protocol, String[] commands, AbstractSDKListener listener, RunnerOptions runnerOptions)used for instantiating VisualGrid Runner -
Uses of RunnerOptions in com.applitools.eyes.visualgrid.services
Methods in com.applitools.eyes.visualgrid.services that return RunnerOptions Modifier and Type Method Description RunnerOptionsRunnerOptions. apiKey(String apiKey)RunnerOptionsRunnerOptions. autProxy(com.applitools.eyes.AbstractProxySettings autProxy)Setting a separated proxy for requests made to non-eyes domains.RunnerOptionsRunnerOptions. autProxy(com.applitools.eyes.AbstractProxySettings autProxy, String[] domains)Setting a separated proxy for requests sent to the given domains.RunnerOptionsRunnerOptions. 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 isAutProxyMode.ALLOWor for requests sent to domains other than the given domains (if mode isAutProxyMode.BLOCK.RunnerOptionsRunnerOptions. autProxy(com.applitools.eyes.AutProxySettings autProxy)RunnerOptionsRunnerOptions. logHandler(com.applitools.eyes.LogHandler logHandler)RunnerOptionsRunnerOptions. proxy(com.applitools.eyes.AbstractProxySettings proxySettings)RunnerOptionsRunnerOptions. serverUrl(String serverUrl)RunnerOptionsRunnerOptions. testConcurrency(int testConcurrency)
-