Cypress Commands
Get Improve this doc Get one or more DOM elements by selector or alias. The querying behavior of this command is similar to how $(…) works in jQuery. Syntax Usage Correct Usage Arguments selector (String selector) A selector used to filter matching DOM elements. alias (String) An alias as defined using the .as() command and referenced with the @ character and the name of […]
Read More »