2

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?

naikiss
  • 41
  • 6

0 Answers0