Use firefox instead of chrome

This commit is contained in:
Sebastiaan de Schaetzen 2025-02-07 08:14:24 +01:00
parent 9936a57200
commit 6211858b07

View File

@ -11,7 +11,7 @@ import (
func main() { func main() {
options := &playwright.RunOptions{ options := &playwright.RunOptions{
Browsers: []string{"chromium"}, Browsers: []string{"firefox"},
} }
err := playwright.Install(options) err := playwright.Install(options)
if err != nil { if err != nil {