This commit is contained in:
Haiping Chen 2024-02-09 14:49:10 -06:00
parent b86bf024a3
commit eeef9bc32d

View file

@ -32,7 +32,7 @@ public class PlaywrightInstance : IDisposable
string tempFolderPath = $"{Path.GetTempPath()}\\playwright\\{Guid.NewGuid()}";
_context = await _playwright.Chromium.LaunchPersistentContextAsync(tempFolderPath, new BrowserTypeLaunchPersistentContextOptions
{
Headless = false,
Headless = true,
Channel = "chrome",
IgnoreDefaultArgs = new[]
{