PagePage.captureHeapSnapshotVersion: NextOn 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>