This commit is contained in:
2025-11-20 16:13:43 +01:00
parent 96949cacfc
commit d295ed368d

View File

@@ -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