Class AutProxySettings

    • Constructor Detail

      • AutProxySettings

        public AutProxySettings​(AbstractProxySettings proxySettings)
        Setting a separated proxy for requests made to non-eyes domains. If the AUT proxy is set, it cannot be changed again for those specific requests by any means. If AUT proxy is set to null, there will be no proxy for those specific requests.
      • AutProxySettings

        public AutProxySettings​(AbstractProxySettings proxySettings,
                                String[] domains)
        Setting a separated proxy for requests made to non-eyes domains. Requests to other non-eyes domains will be sent without a proxy. If the AUT proxy is set, it cannot be changed again for those specific requests by any means. If AUT proxy is set to null, the behavior will be the same as AutProxySettings(AbstractProxySettings)
    • Method Detail

      • getDomains

        public String[] getDomains()