mardi 23 juin 2020

Cypress select any value from any dropdown list

The web page contains many dropdown list. The step is not crucial to select specific dropdown list / value. As I just need to select any and make the Next button appear, so that I can press the Next button.

this sample defined specific dropdown list, how do I use it to select any?

cy.get('select').select('user-1') 

Aucun commentaire:

Enregistrer un commentaire