mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Try fix sandboxing and shm usage issues (whatever that means)
This commit is contained in:
@@ -50,6 +50,8 @@ public static class AppHelper
|
||||
{
|
||||
var options = new ChromeOptions();
|
||||
options.AddArgument("--headless");
|
||||
options.AddArgument("--no-sandbox");
|
||||
options.AddArgument("--disable-dev-shm-usage");
|
||||
return new ChromeDriver(options);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user