Update no sandbox argument for playwright instance

This commit is contained in:
vguruparan 2025-03-13 11:39:37 -05:00
parent d2ba1a3dc0
commit c4838da1fb

View file

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