Commented in headless argument

This commit is contained in:
2025-11-09 23:05:32 +01:00
parent 4497bdc1d5
commit a4b4c010e9

View File

@@ -49,7 +49,7 @@ public static class AppHelper
public static ChromeDriver GetChromeDriver()
{
var options = new ChromeOptions();
//options.AddArgument("--headless");
options.AddArgument("--headless");
return new ChromeDriver(options);
}