Skip to content

Commit ac79726

Browse files
authored
Replace PlayWright links with k6 Browser ones (#1663)
1 parent 5b6a22f commit ac79726

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/sources/next/javascript-api/k6-browser/browsercontext/setdefaultnavigationtimeout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Sets the default navigation timeout in milliseconds.'
55

66
# setDefaultNavigationTimeout(timeout)
77

8-
Sets the default maximum navigation timeout for [Page.goto()](https://playwright.dev/docs/api/class-page#page-goto).
8+
Sets the default maximum navigation timeout for [Page.goto()](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/goto).
99

1010
| Parameter | Type | Default | Description |
1111
| --------- | ------ | ------------------------ | ---------------------------- |

docs/sources/next/javascript-api/k6-browser/request/size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Browser module: Request.size method'
55

66
# size()
77

8-
Similar to Playwright's [`request.sizes()`](https://playwright.dev/docs/api/class-request#request-sizes), this method returns the size (in bytes) of body and header sections of the [Request](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/request).
8+
This method returns the size (in bytes) of body and header sections of the [Request](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/request).
99

1010
### Returns
1111

docs/sources/v0.52.x/javascript-api/k6-browser/browsercontext/setdefaultnavigationtimeout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Sets the default navigation timeout in milliseconds.'
55

66
# setDefaultNavigationTimeout(timeout)
77

8-
Sets the default maximum navigation timeout for [Page.goto()](https://playwright.dev/docs/api/class-page#page-goto).
8+
Sets the default maximum navigation timeout for [Page.goto()](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/goto).
99

1010
| Parameter | Type | Default | Description |
1111
| --------- | ------ | ------------------------ | ---------------------------- |

docs/sources/v0.52.x/javascript-api/k6-browser/request/size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Browser module: Request.size method'
55

66
# size()
77

8-
Similar to Playwright's [`request.sizes()`](https://playwright.dev/docs/api/class-request#request-sizes), this method returns the size (in bytes) of body and header sections of the [Request](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/request).
8+
This method returns the size (in bytes) of body and header sections of the [Request](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/request).
99

1010
### Returns
1111

0 commit comments

Comments
 (0)