Skip to content

Commit bf80f1a

Browse files
committed
Remove html tags
1 parent 7c4c1e9 commit bf80f1a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/sources/k6/next/javascript-api/k6-browser/page/waitforresponse.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ description: 'Browser module: page.waitForResponse(urlPattern[, options]) method
77

88
Waits for an HTTP response that matches the specified URL pattern. This method is particularly useful for waiting for responses from AJAX/fetch requests, API calls, or specific resources to be loaded before proceeding with the test.
99

10-
<TableWithNestedRows>
11-
1210
| Parameter | Type | Default | Description |
1311
| ---------------- | -------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1412
| urlPattern | string \| RegExp | - | Required. URL or URL pattern to match against responses. Can be an exact URL string, a regular expression, or an empty string to match any response. |
1513
| options | object | `null` | |
1614
| options.timeout | number | `30000` | Maximum time in milliseconds. Pass `0` to disable the timeout. Default is overridden by the `setDefaultTimeout` option on [BrowserContext](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/browsercontext/) or [Page](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/). |
1715

18-
</TableWithNestedRows>
19-
2016
### Returns
2117

2218
| Type | Description |

0 commit comments

Comments
 (0)