Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions browsers/profiles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ After using a browser with `save_changes: true`, closing the browser will save c

<Warning>
Calling `browser.close()` does **not** save the profile state. You **must** explicitly delete the Kernel browser (or let the browser [timeout](/browsers/termination#automatic-deletion-via-timeout)) to persist the Profile.

Additionally, calling `browser.close()` before deleting the Kernel browser will shut down Chromium, causing profile saving to fail.
</Warning>

<CodeGroup>
Expand Down