EdgeWebDriver
EdgeWebDriver copied to clipboard
Is it possible to disable tracking prevention feature for edgedriver?
I have an issue with my Selenium WebDriver automated tests because edgedriver blocks the Set-Cookie action for our test domain. It is saying that this attempt to set a cookie via set-cookie header was blocked due to user preferences. The same tests work okay in the Google Chrome driver. Is it possible to disable the tracking prevention feature when running the tests on the msedgedriver or add a domain to the list of exceptions?