From 6211858b07d488840d527d9e6f8045e324d49cfd Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Fri, 7 Feb 2025 08:14:24 +0100 Subject: [PATCH] Use firefox instead of chrome --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c667a20..a777833 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( func main() { options := &playwright.RunOptions{ - Browsers: []string{"chromium"}, + Browsers: []string{"firefox"}, } err := playwright.Install(options) if err != nil {