Merge branch 'master' of https://github.com/hchen2020/BotSharp
This commit is contained in:
commit
66d96cc97f
|
|
@ -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