Update no-sandbox argument for playwright instance

This commit is contained in:
visagang 2025-03-13 16:44:14 +00:00
parent 9fe9b123f1
commit a2e81a9b81

View file

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