Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions templates/typescript/gemini-cua/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ async function runStagehandTask(invocationId?: string): Promise<SearchQueryOutpu

const browserOptions = {
stealth: true,
// viewport: {
// width: 1440,
// height: 900,
// refresh_rate: 25
// },
...(invocationId && { invocation_id: invocationId })
};

Expand Down
3 changes: 0 additions & 3 deletions templates/typescript/magnitude/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ app.action<UrlInput, UrlsOutput>(
},
browser: {
cdp: kernelBrowser.cdp_ws_url,
contextOptions: {
viewport: { width: 1024, height: 768 }
}
},
virtualScreenDimensions: { width: 1024, height: 768 }
});
Expand Down