class Selenium::WebDriver::Proxy

def no_proxy=(value)

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