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 8e46f06 commit 4e7f95cCopy full SHA for 4e7f95c
rb/lib/selenium/webdriver/common/manager.rb
@@ -50,7 +50,7 @@ def add_cookie(opts = {})
50
opts[:secure] ||= false
51
52
same_site = opts.delete(:same_site)
53
- opts[:sameSite] = same_site if same_site
+ opts[:sameSite] = same_site.capitalize if same_site
54
55
http_only = opts.delete(:http_only)
56
opts[:httpOnly] = http_only if http_only
0 commit comments