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 7576008 commit a00282cCopy full SHA for a00282c
templates/typescript/gemini-cua/index.ts
@@ -34,11 +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
- // },
+ viewport: {
+ width: 1440,
+ height: 900,
+ refresh_rate: 25
+ },
42
...(invocationId && { invocation_id: invocationId })
43
};
44
templates/typescript/magnitude/index.ts
@@ -58,9 +58,6 @@ app.action<UrlInput, UrlsOutput>(
58
},
59
browser: {
60
cdp: kernelBrowser.cdp_ws_url,
61
- contextOptions: {
62
- viewport: { width: 1024, height: 768 }
63
- }
64
65
virtualScreenDimensions: { width: 1024, height: 768 }
66
});
0 commit comments