mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Commented in headless argument
This commit is contained in:
@@ -49,7 +49,7 @@ public static class AppHelper
|
|||||||
public static ChromeDriver GetChromeDriver()
|
public static ChromeDriver GetChromeDriver()
|
||||||
{
|
{
|
||||||
var options = new ChromeOptions();
|
var options = new ChromeOptions();
|
||||||
//options.AddArgument("--headless");
|
options.AddArgument("--headless");
|
||||||
return new ChromeDriver(options);
|
return new ChromeDriver(options);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user