Update no-sandbox argument for playwright instance
This commit is contained in:
parent
9fe9b123f1
commit
a2e81a9b81
|
|
@ -77,7 +77,8 @@ public class PlaywrightInstance : IDisposable
|
|||
Args =
|
||||
[
|
||||
"--disable-infobars",
|
||||
"--test-type"
|
||||
"--test-type",
|
||||
"--no-sandbox"
|
||||
// "--start-maximized"
|
||||
]
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue