diff --git a/docs/actionability.md b/docs/actionability.md index 720f6f7242..6e7e133019 100644 --- a/docs/actionability.md +++ b/docs/actionability.md @@ -8,7 +8,7 @@ Some actions like `page.click()` support `{force: true}` option that disable non | Actions | Performed checks | | ------ | ------- | -| `check()`
`click()`
`dblclick()`
`uncheck()` | [Visible]
[Stable]
[Enabled]
[Receiving Events]
[Attached] | +| `check()`
`click()`
`dblclick()`
`tap()`
`uncheck()` | [Visible]
[Stable]
[Enabled]
[Receiving Events]
[Attached] | | `hover()` | [Visible]
[Stable]
[Receiving Events]
[Attached] | | `fill()` | [Visible]
[Enabled]
[Editable]
[Attached] | | `dispatchEvent()`
`focus()`
`press()`
`setInputFiles()`
`selectOption()`
`type()` | [Attached] |