aytek
0
Q:

cypress key press

// this is the same as a user holding down SHIFT and ALT, then pressing Q
cy.get('input').type('{shift}{alt}Q')
1
cy.get('whatever').type('Test all the things', { force: true });
2

New to Communities?

Join the community