From d295ed368d24f8f3e077e28067e0e06c97753343 Mon Sep 17 00:00:00 2001 From: Ssyleric Date: Thu, 20 Nov 2025 16:13:43 +0100 Subject: [PATCH] Browser --- Resources/Common.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Common.robot b/Resources/Common.robot index bf175e5..89a1423 100644 --- a/Resources/Common.robot +++ b/Resources/Common.robot @@ -4,7 +4,7 @@ Begin Web Test ${options}= Evaluate sys.modules['selenium.webdriver'].ChromeOptions() sys, selenium.webdriver # Arguments nécessaires pour LXC / Jenkins - Call Method ${options} add_argument --headless=new + Call Method ${options} add_argument --headless Call Method ${options} add_argument --disable-dev-shm-usage Call Method ${options} add_argument --no-sandbox Call Method ${options} add_argument --window-size=1280,1040