We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b86bf02 + eeef9bc commit f68b240Copy full SHA for f68b240
src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightInstance.cs
@@ -32,7 +32,7 @@ public async Task InitInstance()
32
string tempFolderPath = $"{Path.GetTempPath()}\\playwright\\{Guid.NewGuid()}";
33
_context = await _playwright.Chromium.LaunchPersistentContextAsync(tempFolderPath, new BrowserTypeLaunchPersistentContextOptions
34
{
35
- Headless = false,
+ Headless = true,
36
Channel = "chrome",
37
IgnoreDefaultArgs = new[]
38
0 commit comments