From 9c49580fd68467f64128a5d124bb55d23445472c Mon Sep 17 00:00:00 2001 From: Ssyleric Date: Thu, 20 Nov 2025 12:18:38 +0100 Subject: [PATCH] Chrome option --- Resources/Common/CommonWeb.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Common/CommonWeb.robot b/Resources/Common/CommonWeb.robot index 8ba2459..f772302 100644 --- a/Resources/Common/CommonWeb.robot +++ b/Resources/Common/CommonWeb.robot @@ -12,7 +12,7 @@ Begin Web Test ${options}= Evaluate sys.modules['selenium.webdriver'].ChromeOptions() sys, selenium.webdriver # Tous les arguments en positionnel - 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