> For the complete documentation index, see [llms.txt](https://docs.qyrus.com/web-testing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qyrus.com/web-testing/user-actions.md).

# User Actions

A **user action** is what a single test step does — click something, type something, check that something is on the page. Every step in every script has exactly one.

Qyrus offers 125 of them, grouped by what they do: mouse events, keyboard input, verifiers, data handling, window control, web tables, and more.

| Page                                                    | What it covers                                      |
| ------------------------------------------------------- | --------------------------------------------------- |
| [Action Types](/web-testing/user-actions/actiontype.md) | Every action, its category, and the inputs it needs |

You do not need to learn them all. Most tests are built from a handful — **Click**, **Set Text**, **Go to url**, **Wait** and a verifier or two. Reach for the full list when a step needs something those cannot do.
