You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/markdown/translated-guides/en/03 Using k6 browser/01 Overview.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ The [Browser module](https://github.com/grafana/xk6-browser) brings browser auto
11
11
12
12
This module aims to provide rough compatibility with the Playwright API, so you don’t need to learn a completely new API.
13
13
14
+
<Blockquotemod="note"title="">
15
+
16
+
To work with the browser module, make sure you are using [k6 version 0.43.0](https://github.com/grafana/k6/releases/tag/v0.43.0) or above.
17
+
18
+
</Blockquote>
19
+
14
20
## Use case for browser testing
15
21
16
22
The main use case for the browser module is to test performance on the browser level. Browser-level testing provides a way to measure user experience and find issues that are difficult to catch on the protocol level. Browser-level testing can help you answer questions like:
0 commit comments