This commit is contained in:
Haiping Chen 2025-03-13 14:05:31 -05:00
commit 66d96cc97f

View file

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