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