gentle-dress-1046
09/13/2022, 3:18 PMcy.wrap(
Cypress.automation('remote:debugger:protocol', {
command: 'Browser.grantPermissions',
params: {
permissions: ['clipboardReadWrite', 'clipboardSanitizedWrite'],
origin: window.location.origin,
},
})
);
This works great(with chrome) on cypress open but running the same test on cypress run will not work.
Is someone have any clue what this differences could happen?