Use firefox instead of chrome
This commit is contained in:
parent
9936a57200
commit
6211858b07
2
main.go
2
main.go
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user