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 b496c90 commit 2e416a4Copy full SHA for 2e416a4
templates/typescript/gemini-cua/index.ts
@@ -34,6 +34,11 @@ async function runStagehandTask(invocationId?: string): Promise<SearchQueryOutpu
34
35
const browserOptions = {
36
stealth: true,
37
+ viewport: {
38
+ width: 1440,
39
+ height: 900,
40
+ refresh_rate: 25
41
+ },
42
...(invocationId && { invocation_id: invocationId })
43
};
44
0 commit comments