# File lib/selenium/client/idiomatic.rb, line 362 362: def cookie(name) 363: string_command "getCookieByName", [name,] 364: end