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