Recipes
#
Selecting elements by XPath#
Linking parent element via referenceparentAlias
attribute#
Linking parent element via #
Searching by non-default attribute#
Selecting elements by index#
Specifying custom timeout for selectors#
Implementing Page ObjectsCheckout the article explaining how to efficiently utilize PageObject pattering using cypress-selectors.
#
Selecting elements by textSelect DOM elements by exact or partial text.
#
Selecting links by textSelect links by exact or partial text.