class Selenium::WebDriver::Proxy

def http=(value)

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