diff --git a/docs/src/agent-cli/introduction.md b/docs/src/agent-cli/introduction.md index 493b09a..96ca9f0 100644 --- a/docs/src/agent-cli/introduction.md +++ b/docs/src/agent-cli/introduction.md @@ -156,7 +156,7 @@ Used by `find` and `expect`. Combine several to narrow the match. | Option | Description | |--------|-------------| | `--text ` | Visible text. Use `/regex/i` for a pattern | -| `--role ` | Semantic role: `button`, `textfield`, `text`, `image`, `switch`, `checkbox`, `radio`, `slider`, `list`, `listitem`, `tab`, `link`, `header` | +| `--role ` | Semantic role: `button`, `textfield`, `text`, `image`, `switch`, `checkbox`, `radio`, `slider`, `progressbar`, `alert`, `combobox`, `list`, `listitem`, `tab`, `link`, `header` | | `--name ` | With `--role`: accessible name, plain or `/regex/` | | `--test-id ` | Accessibility identifier (iOS) or resource-id (Android) | | `--label