Uses of Class
com.applitools.eyes.AutProxyMode
-
Packages that use AutProxyMode Package Description com.applitools.eyes -
-
Uses of AutProxyMode in com.applitools.eyes
Fields in com.applitools.eyes declared as AutProxyMode Modifier and Type Field Description protected AutProxyModeAutProxySettings. autProxyModeMethods in com.applitools.eyes that return AutProxyMode Modifier and Type Method Description AutProxyModeAutProxySettings. getAutProxyMode()static AutProxyModeAutProxyMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AutProxyMode[]AutProxyMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.applitools.eyes with parameters of type AutProxyMode Constructor Description AutProxySettings(AbstractProxySettings proxySettings, String[] domains, AutProxyMode autProxyMode)
-