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 | Nil, ftp_proxy : String | Nil, http_proxy : String | Nil, no_proxy : Array(String) | Nil, ssl_proxy : String | Nil, socks_proxy : String | Nil, socks_version : Int32 | Nil) #

[View source]