# File lib/selenium/webdriver/common/socket_poller.rb, line 33
      def closed?
        with_timeout { not listening? }
      end