Skip to content

Commit f68b240

Browse files
authored
Merge pull request #296 from hchen2020/master
Headless
2 parents b86bf02 + eeef9bc commit f68b240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightInstance.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public async Task InitInstance()
3232
string tempFolderPath = $"{Path.GetTempPath()}\\playwright\\{Guid.NewGuid()}";
3333
_context = await _playwright.Chromium.LaunchPersistentContextAsync(tempFolderPath, new BrowserTypeLaunchPersistentContextOptions
3434
{
35-
Headless = false,
35+
Headless = true,
3636
Channel = "chrome",
3737
IgnoreDefaultArgs = new[]
3838
{

0 commit comments

Comments
 (0)