You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's common to use Chrome options local state to configure experimental
options. We should avoid modifying these keys in any way similar to
prefs object.
options = Selenium::WebDriver::Chrome::Options.new
options.add_option(:local_state, {
'browser.enabled_labs_experiments' => [
'same-site-by-default-cookies@2',
'cookies-without-same-site-must-be-secure@2'
]
}
0 commit comments