This commit is contained in:
Haiping Chen 2024-02-15 15:01:22 -06:00
parent 01d06aba37
commit bee21c138c

View file

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