From 2f6e87d167cadddd12f9b407f685248f89471799 Mon Sep 17 00:00:00 2001 From: Ssyleric Date: Thu, 20 Nov 2025 16:16:23 +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 38d0694..5a67e54 100644 --- a/Resources/Common.robot +++ b/Resources/Common.robot @@ -12,7 +12,7 @@ Begin Web Test ${options}= Evaluate sys.modules['selenium.webdriver'].ChromeOptions() sys, selenium.webdriver # ⚠️ TOUS les arguments sont positionnels (pas de "name=value") - 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