We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe051d commit c3d5fedCopy full SHA for c3d5fed
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