proxy method
Set the URL of a Proxy server that the API should use to interact with the Eyes server.
Use this method instead of the equivilent methods in Eyes or Configuration.
Syntax
RunnerOptions value = obj.proxy(proxySettings);
Parameters
- proxySettings
- Type:AbstractProxySettings
- An object that defines how to interact with the proxy server.
Return value
- Type: RunnerOptions
- This method returns the object that called it so that it can be used to call other methods supportd by this class in a fluent API style.