Why AWS returns the cookie for the sticky session for the Application-based cookie (AWSALBAPP-0) without SameSite=None; Secure
while running Selenium tests for the chrome browser in the headless mode while running the website inside an iframe? The cookie attribute is present when I run tests without the headless mode flag.
Is there any chance to fix it or just run the Selenium tests for the headless mode while running the website inside an iframe without blocking cookies that don't have SameSite=None; Secure
attribute?