You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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`
@@ -398,3 +389,15 @@ in the DevTools Elements panel (if any).
398
389
-**verbose** (boolean) _(optional)_: Whether to include all possible information available in the full a11y tree. Default is false.
399
390
400
391
---
392
+
393
+
## Memory
394
+
395
+
### `take_memory_snapshot`
396
+
397
+
**Description:** Capture a heap snapshot of the currently selected page. Use to analyze the memory distribution of JavaScript objects and debug memory leaks.
398
+
399
+
**Parameters:**
400
+
401
+
-**filePath** (string) **(required)**: A path to a .heapsnapshot file to save the heapsnapshot to.
0 commit comments