Class | Selenium::WebDriver::Proxy |
In: |
lib/selenium/webdriver/common/proxy.rb
|
Parent: | Object |
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" |
auto_detect | [R] | |
ftp | [R] | |
http | [R] | |
no_proxy | [R] | |
pac | [R] | |
ssl | [R] | |
type | [R] |