Skip to content

Commit d66c4d0

Browse files
ankur22inancgumus
andcommitted
Add a link to browserContext
Apply suggestion from @inancgumus Co-authored-by: Inanc Gumus <inanc.gumus@grafana.com>
1 parent 7015c3c commit d66c4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/k6/v1.3.x/using-k6-browser/migrate-from-playwright-to-k6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ To effectively use k6 for browser testing, it's important to understand a few co
407407
408408
### Browser context restrictions
409409
410-
Unlike Playwright, k6 can only work with a single `browserContext` at a time. The following script fails when you run it with k6:
410+
Unlike Playwright, k6 can only work with a single [browser context](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/browsercontext/) at a time. The following script fails when you run it with k6:
411411
412412
<!-- md-k6:skip -->
413413

0 commit comments

Comments
 (0)