From c55349f56ef7194ff01a42e3da9b8f7d38e93497 Mon Sep 17 00:00:00 2001 From: Ssyleric Date: Thu, 20 Nov 2025 16:19:13 +0100 Subject: [PATCH] Browser --- Resources/Common.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Common.robot b/Resources/Common.robot index 6c08f4a..3a65f1a 100644 --- a/Resources/Common.robot +++ b/Resources/Common.robot @@ -3,14 +3,14 @@ Library SeleniumLibrary *** Variables *** ${BROWSER} chrome -${URL} https://automationplayground.com/crm/ +${URL} https://automationplayground.com/crm/ *** Keywords *** Begin Web Test - # Crée un objet ChromeOptions côté Python (comme pour end-to-end & amazon) + # Crée un vrai ChromeOptions Python (comme pour end-to-end & amazon) ${options}= Evaluate sys.modules['selenium.webdriver'].ChromeOptions() sys, selenium.webdriver - # ⚠️ Tous les arguments sont positionnels, PAS des "nom=valeur" + # ⚠️ Tous les arguments sont positionnels (pas de name=value) Call Method ${options} add_argument --headless=new Call Method ${options} add_argument --disable-dev-shm-usage Call Method ${options} add_argument --no-sandbox