|
22 | 22 | - **[Emulation](#emulation)** (2 tools) |
23 | 23 | - [`emulate`](#emulate) |
24 | 24 | - [`resize_page`](#resize_page) |
25 | | -- **[Performance](#performance)** (4 tools) |
| 25 | +- **[Performance](#performance)** (3 tools) |
26 | 26 | - [`performance_analyze_insight`](#performance_analyze_insight) |
27 | 27 | - [`performance_start_trace`](#performance_start_trace) |
28 | 28 | - [`performance_stop_trace`](#performance_stop_trace) |
29 | | - - [`take_memory_snapshot`](#take_memory_snapshot) |
30 | 29 | - **[Network](#network)** (2 tools) |
31 | 30 | - [`get_network_request`](#get_network_request) |
32 | 31 | - [`list_network_requests`](#list_network_requests) |
|
37 | 36 | - [`list_console_messages`](#list_console_messages) |
38 | 37 | - [`take_screenshot`](#take_screenshot) |
39 | 38 | - [`take_snapshot`](#take_snapshot) |
| 39 | +- **[Memory](#memory)** (1 tools) |
| 40 | + - [`take_memory_snapshot`](#take_memory_snapshot) |
40 | 41 |
|
41 | 42 | ## Input automation |
42 | 43 |
|
|
276 | 277 |
|
277 | 278 | --- |
278 | 279 |
|
279 | | -### `take_memory_snapshot` |
280 | | - |
281 | | -**Description:** Capture a heap snapshot of the currently selected page. Use to analyze the memory distribution of JavaScript objects and debug memory leaks. |
282 | | - |
283 | | -**Parameters:** |
284 | | - |
285 | | -- **filePath** (string) **(required)**: A path to a .heapsnapshot file to save the heapsnapshot to. |
286 | | - |
287 | | ---- |
288 | | - |
289 | 280 | ## Network |
290 | 281 |
|
291 | 282 | ### `get_network_request` |
@@ -397,3 +388,15 @@ in the DevTools Elements panel (if any). |
397 | 388 | - **verbose** (boolean) _(optional)_: Whether to include all possible information available in the full a11y tree. Default is false. |
398 | 389 |
|
399 | 390 | --- |
| 391 | + |
| 392 | +## Memory |
| 393 | + |
| 394 | +### `take_memory_snapshot` |
| 395 | + |
| 396 | +**Description:** Capture a heap snapshot of the currently selected page. Use to analyze the memory distribution of JavaScript objects and debug memory leaks. |
| 397 | + |
| 398 | +**Parameters:** |
| 399 | + |
| 400 | +- **filePath** (string) **(required)**: A path to a .heapsnapshot file to save the heapsnapshot to. |
| 401 | + |
| 402 | +--- |
0 commit comments