# File lib/selenium/webdriver/common/proxy.rb, line 46
      def http=(value)
        self.type = :manual
        @http = value
      end