Kaynağa Gözat

création fct go_to_checkout

Gogs 1 yıl önce
ebeveyn
işleme
73eb356d2a
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      test_main.py

+ 6 - 0
test_main.py

@@ -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()
+
+