Skip to content

Commit 5fba848

Browse files
ankur22inancgumus
authored andcommitted
Rename contexts to context
1 parent 158f1a7 commit 5fba848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/markdown/docs/02 javascript api/07 k6-experimental/01 browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The browser module is the entry point for all your tests, and it is what interac
3535

3636
| Method | Description |
3737
|-------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
38-
| [browser.context()](/javascript-api/k6-experimental/browser/contexts) | Returns the current [BrowserContext](/javascript-api/k6-experimental/browser/browsercontext/). |
38+
| [browser.context()](/javascript-api/k6-experimental/browser/context) | Returns the current [BrowserContext](/javascript-api/k6-experimental/browser/browsercontext/). |
3939
| [browser.isConnected](/javascript-api/k6-experimental/browser/isconnected) <BWIPT id="453"/> | Indicates whether the [CDP](https://chromedevtools.github.io/devtools-protocol/) connection to the browser process is active or not. |
4040
| [browser.newContext([options])](/javascript-api/k6-experimental/browser/newcontext/) <BWIPT id="455"/> | Creates and returns a new [BrowserContext](/javascript-api/k6-experimental/browser/browsercontext/). |
4141
| [browser.newPage([options])](/javascript-api/k6-experimental/browser/newpage) <BWIPT id="455"/> | Creates a new [Page](/javascript-api/k6-experimental/browser/page/) in a new [BrowserContext](/javascript-api/k6-experimental/browser/browsercontext/) and returns the page. |

src/data/markdown/docs/02 javascript api/07 k6-experimental/01 browser/contexts.md renamed to src/data/markdown/docs/02 javascript api/07 k6-experimental/01 browser/context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'contexts()'
2+
title: 'context()'
33
excerpt: 'Browser module: context method'
44
---
55

0 commit comments

Comments
 (0)