mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-19 22:41:55 +00:00
Added window size parameter
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Berufsschule_HAM
|
||||

|
||||
[](https://github.com/LD-Reborn/Berufsschule_HAM/actions/workflows/test.yml)
|
||||
|
||||
This Project serves the purpose of managing Hardware-Assets
|
||||
|
||||
|
||||
@@ -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