ProxySettings class
Platform: ImagesLanguage: Java SDK:
An object used to set and retrieve the details of the proxy server used to interact with the Eyes server.
To set a proxy server, create an object of this type and
pass it to the setProxy method.
Import statement
import com.applitools.eyes.ProxySettings;
Constructor
- ProxySettings()
- This is the constructor for the ProxySettings class.
Methods
- getPassword()
- Returns the proxy password set when the object was created.
- getPort()
- Returns the proxy port set when the object was created.
- getUri()
- Returns the proxy URI set when the object was created.
- getUsername()
- Returns the proxy username set when the object was created.