We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112621f commit 257a338Copy full SHA for 257a338
docs/sources/k6/next/javascript-api/k6-browser/locator/all.md
@@ -11,7 +11,7 @@ When multiple elements match the selector, returns an array of [Locator](https:/
11
12
| Type | Description |
13
| -------------------------------------------------------------------------------------- | -------------------------------------------------------- |
14
-| [Locator](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/locator/) | Array of `Locator`. |
+| Array<[Locator](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/locator/)> | An array of `Locator`. |
15
16
### Example
17
0 commit comments