main.py 594 B

12345678910111213141516171819202122232425
  1. <<<<<<< HEAD
  2. ##### IMPORT
  3. =======
  4. ##### IMPORT
  5. import pytest
  6. import logging as log
  7. import time
  8. from selenium import webdriver
  9. from selenium.webdriver.common.by import By
  10. from selenium.webdriver.common.keys import Keys
  11. from selenium.webdriver.support import expected_conditions as EC
  12. from selenium.common.exceptions import TimeoutException
  13. from selenium.webdriver.support.ui import WebDriverWait
  14. from selenium.webdriver.support.ui import Select
  15. from selenium.webdriver.firefox.options import Options
  16. >>>>>>> 0b712e16e7065a3f6d3ef5a8c7ef412d1214562a
  17. ##### MANEL
  18. ##### MATTHIEU
  19. ##### TIFF