ProxySettings class
Platform: EspressoLanguage: 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.android.espresso.ProxySettings;
Constructor
- ProxySettings()
- This is the constructor for the ProxySettings class.