Remove default playwright automation controlled (#47)

This commit is contained in:
Suchintan
2024-03-09 23:44:59 -05:00
committed by GitHub
parent 1144ddd50f
commit a0b3d0dcae
2 changed files with 22 additions and 4 deletions

View File

@@ -43,6 +43,10 @@ class Settings(BaseSettings):
SKYVERN_TELEMETRY: bool = True
ANALYTICS_ID: str = "anonymous"
# browser settings
BROWSER_LOCALE: str = "en-US"
BROWSER_TIMEZONE: str = "America/New_York"
def is_cloud_environment(self) -> bool:
"""
:return: True if env is not local, else False