Method: Selenium::WebDriver::Proxy#http=

Defined in:
lib/selenium/webdriver/common/proxy.rb

#http=(value) ⇒ Object



85
86
87
88
# File 'lib/selenium/webdriver/common/proxy.rb', line 85

def http=(value)
  self.type = :manual
  @http = value
end