PagePage.captureHeapSnapshotVersion: 24.37.1On this pagePage.captureHeapSnapshot() method Captures a snapshot of the JavaScript heap and writes it to a file. Signature class Page { abstract captureHeapSnapshot(options: HeapSnapshotOptions): Promise<void>;} Parameters ParameterTypeDescriptionoptionsHeapSnapshotOptions Returns: Promise<void>