https://cypress.io logo
How to change Webkit browser settings in Cypress?
# i-need-help
k
Hello! In my project we need to change auto-policy and settings for all browers. Thanks to Cypress documentation we are able to change auto-policy for Chrome by using flags
--no-user-gesture-required
and
--user-gesture-required
and for Firefox by setting
media.autoplay.blocking_policy
and
media.autoplay.default
. But not sure how I am supposed to do this for Webkit/Safari. Also in one test I need to uncheck "Block all cookies" and "Prevent cross-site tracking" settings for Safari only. Is there a way to change these settings for Webkit in Cypress?
b
Hmmm, @nutritious-restaurant-91514 or @careful-insurance-62240 any insight here?
2 Views