Procházet zdrojové kódy

MME: Ajout des input pour les attentes dans le main

Gogs před 1 rokem
rodič
revize
c97a4de81d
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      main.py

+ 4 - 0
main.py

@@ -5,6 +5,10 @@ import time
 from selenium import webdriver 
 from selenium.webdriver.common.by import By
 from selenium.webdriver.common.keys import Keys
+from selenium.webdriver.support import expected_conditions as EC
+from selenium.common.exceptions import TimeoutException
+from selenium.webdriver.support.ui import WebDriverWait
+from selenium.webdriver.support.ui import Select
 
 
 ##### MANEL