Skip to content

Commit 19a7291

Browse files
authored
Fix BrowserType.Connect link (#1144)
1 parent 6084c44 commit 19a7291

File tree

1 file changed

+1
-1
lines changed
  • src/data/markdown/docs/02 javascript api/07 k6-experimental/01 browser

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `BrowserType` is the entry point into launching a browser process; `chromium
77

88
| Method | Description |
99
|-----------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
10-
| [browserType.connect(wsURL, [options])](/javascript-api/k6-browser/api/browsertype/connect/) | Connect attaches k6 browser to an existing browser instance. |
10+
| [browserType.connect(wsURL, [options])](/javascript-api/k6-experimental/browser/browsertype/connect/) | Connect attaches k6 browser to an existing browser instance. |
1111
| [browserType.executablePath()](/javascript-api/k6-experimental/browser/browsertype/executablepath/) | Returns the path where the extension expects to find the browser executable. |
1212
| [browserType.launch([options])](/javascript-api/k6-experimental/browser/browsertype/launch/) | Launches a new browser process. |
1313
| browserType.launchPersistentContext(userDataDir, [options]) <BWIPT id="16"/> | Launches the browser with persistent storage. |

0 commit comments

Comments
 (0)