public class RunnerOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RunnerOptions.AutProxyMode |
| Constructor and Description |
|---|
RunnerOptions() |
public RunnerOptions testConcurrency(int testConcurrency)
public Integer getTestConcurrency()
public RunnerOptions apiKey(String apiKey)
public String getApiKey()
public RunnerOptions serverUrl(String serverUrl)
public String getServerUrl()
public RunnerOptions proxy(AbstractProxySettings proxySettings)
public AbstractProxySettings getProxy()
public RunnerOptions autProxy(AbstractProxySettings autProxy)
public RunnerOptions autProxy(AbstractProxySettings autProxy, String[] domains)
autProxy(AbstractProxySettings)public RunnerOptions autProxy(AbstractProxySettings autProxy, String[] domains, RunnerOptions.AutProxyMode mode)
RunnerOptions.AutProxyMode.ALLOW
or for requests sent to domains other than the given domains (if mode is RunnerOptions.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)public AbstractProxySettings getAutProxy()
public String[] getAutProxyDomains()
public RunnerOptions.AutProxyMode getAutProxyMode()
public boolean isAutProxySet()
Copyright © 2022. All rights reserved.