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