# File lib/selenium/client/legacy_driver.rb, line 1464 def is_cookie_present(name) return boolean_command("isCookiePresent", [name,]) end