Merge branch 'SciSharp:master' into master

This commit is contained in:
hchen2020 2025-03-13 11:45:33 -05:00 committed by GitHub
commit 55340bd6fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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