struct Webdriver::Capabilities::Proxy
- Webdriver::Capabilities::Proxy
- Struct
- Value
- Object
Defined in:
webdriver/capabilities.crConstant 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?)
#