0
Q:

cypress click

cy.get('.btn').click()          // Click on button
cy.focused().click()            // Click on el with focus
cy.contains('Welcome').click()  // Click on first el containing 'Welcome'
//https://docs.cypress.io/api/commands/click.html
0
cy.get('whatever').type('Test all the things', { multiple: true });
0

New to Communities?

Join the community