We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba687ab commit d312a43Copy full SHA for d312a43
.changeset/loud-poems-wear.md
@@ -0,0 +1,5 @@
1
+---
2
+"@browserbasehq/stagehand-lib": patch
3
4
+
5
+Removed default chromium flags that delay browser launching
lib/index.ts
@@ -289,11 +289,7 @@ async function getBrowser(
289
timezoneId: localBrowserLaunchOptions?.timezoneId ?? "America/New_York",
290
deviceScaleFactor: localBrowserLaunchOptions?.deviceScaleFactor ?? 1,
291
args: localBrowserLaunchOptions?.args ?? [
292
- "--enable-webgl",
293
- "--use-gl=swiftshader",
294
- "--enable-accelerated-2d-canvas",
295
"--disable-blink-features=AutomationControlled",
296
- "--disable-web-security",
297
],
298
bypassCSP: localBrowserLaunchOptions?.bypassCSP ?? true,
299
proxy: localBrowserLaunchOptions?.proxy,
0 commit comments