Selenium python cookie sorunu

Merhaba
yemeksepeti için bot yapmaya çalışıyorum ama cookie penceresini geçemiyorum.Yardımcı olabilirseniz sevinirim şimdiden teşekkürler. kod şöyle

from time import sleep
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.common.by import By
driver=webdriver.Chrome ("C:\\Users\\Ahmed\\OneDrive\\Masaüstü\\chromedriver.exe")
chdriver = Options()
driver.get("https://www.yemeksepeti.com/")
sleep(3)
chdriver.add_argument('start-maximized')
chdriver.add_argument("--disable-notifications")
chdriver.add_argument("--disable-infobars")
chdriver.add_argument("--disable-extensions")
chdriver.add_argument("--disable-cookies")
sleep(5)
driver.close()```


sorun burdaki cookie penceresi geçilmiyor
https://imgyukle.com/i/QkoeEs