SDK: Disable browser logs (#3958)
This commit is contained in:
committed by
GitHub
parent
f038b281c1
commit
688224caa8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user