You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: