Class Selenium::WebDriver::Proxy
In: lib/selenium/webdriver/common/proxy.rb
Parent: Object

Methods

==   as_json   auto_detect=   eql?   ftp=   http=   json_create   new   no_proxy=   pac=   ssl=   to_json   type=  

Constants

TYPES = { :direct => "DIRECT", # Direct connection, no proxy (default on Windows). :manual => "MANUAL", # Manual proxy settings (e.g., for httpProxy). :pac => "PAC", # Proxy autoconfiguration from URL. :auto_detect => "AUTODETECT", # Proxy autodetection (presumably with WPAD). :system => "SYSTEM"

Attributes

auto_detect  [R] 
ftp  [R] 
http  [R] 
no_proxy  [R] 
pac  [R] 
ssl  [R] 
type  [R] 

Public Class methods

Public Instance methods

eql?(other)

Alias for #==

[Validate]