Merge pull request #940 from visagang/master

Update no-sandbox argument for playwright instance
This commit is contained in:
Haiping 2025-03-13 11:45:15 -05:00 committed by GitHub
commit e83fa5f632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,8 @@ public class PlaywrightInstance : IDisposable
Args =
[
"--disable-infobars",
"--test-type"
"--test-type",
"--no-sandbox"
// "--start-maximized"
]
});