# File lib/selenium/client/idiomatic.rb, line 369
      def cookie?(name)
        boolean_command "isCookiePresent", [name,]
      end