From 2c49d6159445df15ddaad954b803cbe416f49c87 Mon Sep 17 00:00:00 2001 From: Ssyleric Date: Thu, 20 Nov 2025 12:11:15 +0100 Subject: [PATCH] Chrome option --- Resources/Common/CommonWeb.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Common/CommonWeb.robot b/Resources/Common/CommonWeb.robot index bc6a7a2..7770500 100644 --- a/Resources/Common/CommonWeb.robot +++ b/Resources/Common/CommonWeb.robot @@ -11,8 +11,8 @@ Begin Web Test # Crée un objet ChromeOptions ${options}= Evaluate sys.modules['selenium.webdriver'].ChromeOptions() sys, selenium.webdriver - # ⚠️ Tous les arguments sont des positionnels, PAS des "nom=valeur" - Call Method ${options} add_argument --headless=new + # Tous les arguments sont POSIONNELS (pas de "=") + 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=1920,1080