diff --git a/veolia-idf-domoticz.py b/veolia-idf-domoticz.py index 5fa41b3..5330c3b 100755 --- a/veolia-idf-domoticz.py +++ b/veolia-idf-domoticz.py @@ -424,7 +424,7 @@ def get_file(self): self.print('Waiting for Email', end="") ############################################################# try: - ep = EC.presence_of_element_located((By.CSS_SELECTOR,"input[type='email'")) + ep = EC.presence_of_element_located((By.CSS_SELECTOR,"input[inputmode='email'")) el_email = self.__wait.until(ep, message="failed, page timeout (timeout=" + self.configuration['timeout'] + ")") except Exception: raise