Actions in Cypress
Understand more about how Cypress actions work in this lesson.
We'll cover the following...
Actions
Once we’ve identified the DOM element or elements we want to interact with, we can then send actions to those elements. Our first test used click
to interact with a DOM element on the page and send it an action. Cypress provides for essentially any action we’d want:
- Click actions:
click
,dblclick
,rightclick