Greetings to all Cypress enthusiasts! In this very short note, I would like to share with you one very useful thing for elements in tests. To be honest, I had plans for a long time to summarize the most common CSS and jQuery selector patterns, which in fact was the reason for creating this extensive table. selecting Cypress You can, of course, use the great Cypress built-in commands like etc. to select test elements. However, skillfully combining element attributes, binding to pseudo-classes and the current state of elements, using a hierarchy and combinators, and so on can give you additional advantages and ensure reliability in choosing DOM elements. contains(), find(), eq(), Well, I present to you my cheatsheets with and selector patterns and examples of their use with the Cypress command: basic advanced cy.get() Cheatsheet #1: Basic patterns Cheatsheet #2: Advanced patterns I really hope that this will be useful for you and help you improve your skills in testing. To continue your journey with me and get even more information about testing with the awesome Cypress tool, I invite you to subscribe to my blog “Testing with Cypress” . Thank you for your attention! Happy testing! Also published here