Skip to content

Commit 97ccc5e

Browse files
committed
rm duplicate applyDefaultBrowserSettingsViewport call
1 parent 6db07fb commit 97ccc5e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -646,9 +646,7 @@ export class Stagehand {
646646

647647
this.domSettleTimeoutMs = domSettleTimeoutMs ?? 30_000;
648648
this.headless = localBrowserLaunchOptions?.headless ?? false;
649-
this.browserbaseSessionCreateParams = applyDefaultBrowserSettingsViewport(
650-
browserbaseSessionCreateParams,
651-
);
649+
this.browserbaseSessionCreateParams = browserbaseSessionCreateParams;
652650
this.browserbaseSessionID = browserbaseSessionID;
653651
this.userProvidedInstructions = systemPrompt;
654652

0 commit comments

Comments
 (0)