This example in the documentation:
cy.on('click', function(evt){
console.log( 'clicked ' + this.id() );
});
Results in:
Uncaught TypeError: Object [object Object] has no method 'id'
And evt.cyTarget.data() returns undefined.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With