I was wondering if it’s possible to search by multiple parameters in cypress, for example ID and Class is this something that is achievable??? Answer Yes you can directly use #button_id.button-class In my local I cross created this element: And in the test runner if you could see, I was able to use both class and id cy.get(‘#titleid.titleclass’) and successfully