update chrome args (#741)

This commit is contained in:
LawyZheng
2024-08-28 01:03:22 +08:00
committed by GitHub
parent d28f7a6124
commit eceddafa17

View File

@@ -67,6 +67,7 @@ class BrowserContextFactory:
"user_data_dir": tempfile.mkdtemp(prefix="skyvern_browser_"),
"locale": SettingsManager.get_settings().BROWSER_LOCALE,
"timezone_id": SettingsManager.get_settings().BROWSER_TIMEZONE,
"color_scheme": "no-preference",
"args": [
"--disable-blink-features=AutomationControlled",
"--disk-cache-size=1",