0

I tried with the below code, Code is running but cookies were not disabled. Using Chrome 92 version

${options}=  Evaluate  sys.modules['selenium.webdriver'].ChromeOptions()  sys, selenium.webdriver
 
  Call Method       ${options}    add_argument      --disable-SameSiteByDefaultCookies
  Create WebDriver  Chrome    chrome_options=${options}
  Go To             ${URL}
cruisepandey
  • 26,802
  • 6
  • 16
  • 37
  • Does this answer your question? [Disabling Cookies in Webdriver for Chrome/Firefox](https://stackoverflow.com/questions/32381946/disabling-cookies-in-webdriver-for-chrome-firefox) – cruisepandey Aug 23 '21 at 11:04

0 Answers0