diff --git a/docs/commands/browser/saveState.mdx b/docs/commands/browser/saveState.mdx
index 6d3116a..2331561 100644
--- a/docs/commands/browser/saveState.mdx
+++ b/docs/commands/browser/saveState.mdx
@@ -71,6 +71,15 @@ const stateDump: SaveStateData = await browser.saveState({
Function for filtering cookies, receiving cookie objects, and returning boolean.
+
+ | keepFile |
+ `boolean` |
+ `false` |
+
+ Keep the state file after tests finish (it is deleted by default).{" "}
+
+ |
+
diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/commands/browser/saveState.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/commands/browser/saveState.mdx
index 17ee7f6..58dcaf2 100644
--- a/i18n/ru/docusaurus-plugin-content-docs/current/commands/browser/saveState.mdx
+++ b/i18n/ru/docusaurus-plugin-content-docs/current/commands/browser/saveState.mdx
@@ -69,6 +69,15 @@ const stateDump: SaveStateData = await browser.saveState({
`-` |
Функция для фильтрации кук, принимает объект куки и возвращает boolean. |
+
+ | keepFile |
+ `boolean` |
+ `false` |
+
+ Сохранять файл состояния после завершения тестов (по умолчанию он удаляется).
+
+ |
+