SDK: Disable browser logs (#3958)

This commit is contained in:
Stanislav Novosad
2025-11-11 09:32:49 -07:00
committed by GitHub
parent f038b281c1
commit 688224caa8
3 changed files with 5 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ class Settings(BaseSettings):
BROWSER_WIDTH: int = 1920
BROWSER_HEIGHT: int = 1080
BROWSER_POLICY_FILE: str = "/etc/chromium/policies/managed/policies.json"
BROWSER_LOGS_ENABLED: bool = True
# Add extension folders name here to load extension in your browser
EXTENSIONS_BASE_PATH: str = "./extensions"