added_extension_support_in_browser_context (#2038)

Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
Piyush
2025-04-06 10:20:30 +05:30
committed by GitHub
parent 7e5e684f53
commit 8d93ded199
2 changed files with 19 additions and 0 deletions

View File

@@ -75,6 +75,10 @@ class Settings(BaseSettings):
BROWSER_WIDTH: int = 1920
BROWSER_HEIGHT: int = 1080
# Add extension folders name here to load extension in your browser
EXTENSIONS_BASE_PATH: str = "./extensions"
EXTENSIONS: list[str] = []
# Workflow constant parameters
WORKFLOW_DOWNLOAD_DIRECTORY_PARAMETER_KEY: str = "SKYVERN_DOWNLOAD_DIRECTORY"
WORKFLOW_WAIT_BLOCK_MAX_SEC: int = 30 * 60