Skip to content

Commit 6eb6f78

Browse files
Update docs/sources/k6/next/using-k6-browser/playwright-apis-in-k6.md
Co-authored-by: Heitor Tashiro Sergent <heitortsergent@gmail.com>
1 parent b754118 commit 6eb6f78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/sources/k6/next/using-k6-browser/playwright-apis-in-k6.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ weight: 350
66

77
# Playwright APIs in k6
88

9-
The following is the key for what the statuses mean.
9+
The following table shows which Playwright APIs are implemented in k6. k6 tries to match Playwright's API behavior and signature exactly, but some differences may exist. For more details, refer to the individual API documentation page.
10+
11+
The status column has three different options:
1012

1113
| Status | Description |
1214
| ------ | ----------- |
13-
| 🟥 | Not implemented in k6 Browser |
1415
| 🟩 | Implemented in k6 Browser |
16+
| 🟥 | Not implemented in k6 Browser |
1517
| 🟧 | k6 Browser only |
1618

17-
The following table shows which Playwright APIs are implemented in k6. We aim to match Playwright's API behavior and signature exactly, but some differences may exist. For more details, refer to the individual API documentation page.
18-
1919
{{< admonition type="note" >}}
2020

2121
If k6 is missing an API from Playwright that you need for your test, please let us know by opening a [github issue](https://github.com/grafana/k6/issues).

0 commit comments

Comments
 (0)