How can I retrieve the data transferred for copying via Cypress .spy() method? Without using
cy.window().then((win) => {
win.navigator.clipboard.readText()
...
}
is it possible?
How can I retrieve the data transferred for copying via Cypress .spy() method? Without using
cy.window().then((win) => {
win.navigator.clipboard.readText()
...
}
is it possible?