0

In Safari Browser Outlook Web App, Opening Addin should set cookies in browser. "Prevent cross site tracking" option should be disable to set cookies. Manually On disabling "Prevent cross site tracking" option, cookies are set in browser. But When I launch safari browser using selenium cookies are not set in browser on opening Addin. Why?

from selenium import webdriver
from selenium.webdriver.safari.options import Options
safari_options = Options()
web_driver = webdriver.Safari(options=safari_options)

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.