|
@@ -4,6 +4,7 @@ from selenium import webdriver
|
|
|
from selenium.webdriver.common.by import By
|
|
|
from selenium.webdriver.firefox.options import Options
|
|
|
|
|
|
+#COMMENTAIRE
|
|
|
|
|
|
def writeInInput(inputElement, text):
|
|
|
assert inputElement.is_displayed(), "Le champ texte n'est pas affiché"
|