From 4c6afe3e6902b6ab2d257311fd870c9a012d2b4c Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Tue, 24 Feb 2026 14:55:07 +0900 Subject: [PATCH] =?UTF-8?q?docs(config):=20=E7=A7=BB=E9=99=A4=20--stealth?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE=E9=A1=B9=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/app/configuration/page.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/app/configuration/page.mdx b/docs/src/app/configuration/page.mdx index 40acd0a..b7015a1 100644 --- a/docs/src/app/configuration/page.mdx +++ b/docs/src/app/configuration/page.mdx @@ -70,7 +70,6 @@ Every CLI flag can be set in the config file using its camelCase equivalent: device--devicestring ignoreHttpsErrors--ignore-https-errorsboolean allowFileAccess--allow-file-accessboolean - stealth--stealthboolean (default: true) cdp--cdpstring autoConnect--auto-connectboolean colorScheme--color-schemestring (dark, light, no-preference) @@ -132,7 +131,7 @@ agent-browser --headed open example.com # same as --headed true agent-browser --headed true open example.com # explicit ``` -This applies to all boolean flags: `--headed`, `--debug`, `--json`, `--ignore-https-errors`, `--allow-file-access`, `--stealth`, `--auto-connect`. +This applies to all boolean flags: `--headed`, `--debug`, `--json`, `--ignore-https-errors`, `--allow-file-access`, `--auto-connect`. ## Extensions Merging