struct Webdriver::Capabilities::Proxy

Defined in:

webdriver/capabilities.cr

Constant Summary

VALID_PROXY_TYPES = ["pac", "direct", "autodetect", "system", "manual"]

Constructors

Constructor Detail

def self.new(proxy_type : String, proxy_autoconfig_url : String?, ftp_proxy : String?, http_proxy : String?, no_proxy : Array(String)?, ssl_proxy : String?, socks_proxy : String?, socks_version : Int32?) #