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