diff --git a/Resources/Common.robot b/Resources/Common.robot index bf175e5..89a1423 100644 --- a/Resources/Common.robot +++ b/Resources/Common.robot @@ -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