@@ -35,6 +35,12 @@ def connexion_saucedemo(username, passwd, arg="--headless"):
##### MATTHIEU
+
+def go_to_checkout():
+ checkout = driver.find_element(By.ID, "checkout")
+ checkout.click()