Skip to content

Commit

Permalink
feat: use chromium as default browser
Browse files Browse the repository at this point in the history
  • Loading branch information
VikashLoomba committed Jan 20, 2025
1 parent fac6b8c commit 192d18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const screenshots = new Map<string, string>();

async function ensureBrowser() {
if (!browser) {
browser = await playwright.firefox.launch({ headless: false });
browser = await playwright.chromium.launch({ headless: false });
}

if (!page) {
Expand Down

0 comments on commit 192d18c

Please sign in to comment.