# File lib/selenium/webdriver/common/proxy.rb, line 61
      def pac=(url)
        self.type = :pac
        @pac = url
      end