Method: Selenium::WebDriver::Options#cookie_named
- Defined in:
- lib/selenium/webdriver/common/options.rb
permalink #cookie_named(name) ⇒ Hash?
Get the cookie with the given name
48 49 50 |
# File 'lib/selenium/webdriver/common/options.rb', line 48 def (name) .find { |c| c[:name] == name } end |