Class RunnerOptions
java.lang.Object
com.applitools.eyes.visualgrid.services.RunnerOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautProxy(com.applitools.eyes.AbstractProxySettings autProxy) Setting a separated proxy for requests made to non-eyes domains.Setting a separated proxy for requests sent to the given domains.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.autProxy(com.applitools.eyes.AutProxySettings autProxy) com.applitools.eyes.AutProxySettingscom.applitools.eyes.LogHandlercom.applitools.eyes.AbstractProxySettingsgetProxy()logHandler(com.applitools.eyes.LogHandler logHandler) proxy(com.applitools.eyes.AbstractProxySettings proxySettings) testConcurrency(int testConcurrency)
-
Constructor Details
-
RunnerOptions
public RunnerOptions()
-
-
Method Details
-
testConcurrency
-
getTestConcurrency
-
apiKey
-
getApiKey
-
serverUrl
-
getServerUrl
-
proxy
-
getProxy
public com.applitools.eyes.AbstractProxySettings getProxy() -
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
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 asautProxy(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 isAutProxyMode.ALLOWor for requests sent to domains other than the given domains (if mode isAutProxyMode.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 asautProxy(AbstractProxySettings) -
autProxy
-
getAutProxy
public com.applitools.eyes.AutProxySettings getAutProxy() -
logHandler
-
getLogHandler
public com.applitools.eyes.LogHandler getLogHandler()
-