mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Added window size parameter
This commit is contained in:
@@ -55,6 +55,7 @@ public static class AppHelper
|
||||
options.AddArgument("--headless");
|
||||
options.AddArgument("--no-sandbox");
|
||||
options.AddArgument("--disable-dev-shm-usage");
|
||||
options.AddArgument("--window-size=1920,1080");
|
||||
return new ChromeDriver(options);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user