Join Discord
Powered by
You probably want to use find (https://docs.cypres...
# help
b
bored-school-78265
09/21/2022, 8:15 AM
You probably want to use find (
https://docs.cypress.io/api/commands/find
). As in:
Copy code
cy.get(salutationfield).find(input)
Previous
Next