AbstractProxySettings class
Platform: AppiumLanguage: 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.AbstractProxySettings;
Constructor
- AbstractProxySettings()
- This is the constructor for the AbstractProxySettings 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.