3 次代码提交 07a4c9dedb ... 73eb356d2a

作者 SHA1 备注 提交日期
  Gogs 73eb356d2a création fct go_to_checkout 1 年之前
  Gogs 0626bb7477 Merge branch 'master' of http://178.32.216.95:3000/aahmad/groupe3 1 年之前
  Gogs 526d98bc60 resolion erreur 1 年之前
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      test_main.py

+ 8 - 0
test_main.py

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