We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901dc6c commit ce7448bCopy full SHA for ce7448b
rb/lib/selenium/webdriver/common/manager.rb
@@ -65,7 +65,7 @@ def add_cookie(opts = {})
65
# Get the cookie with the given name
66
#
67
# @param [String] name the name of the cookie
68
- # @return [Hash, nil] the cookie, or throws a NoSuchCookieError if it wasn't found.
+ # @return [Hash] the cookie, or throws a NoSuchCookieError if it wasn't found.
69
70
71
def cookie_named(name)
0 commit comments