Merge pull request #940 from visagang/master
Update no-sandbox argument for playwright instance
This commit is contained in:
commit
e83fa5f632
|
|
@ -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