...

/

Interacting with Elements

Interacting with Elements

Learn about the different ways to select elements and interact with them in Cypress.

The most basic building blocks of a test are selectors. In our test cases, we select elements for two main reasons:

  • Verifying their presence
  • Interacting with them

There are many different ways to query and interact ...