Skip to content

Commit

Permalink
BUG: Timeout sur la page de login corrigé.
Browse files Browse the repository at this point in the history
  • Loading branch information
s0nik42 committed Oct 18, 2020
1 parent 604048c commit d1c01af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion veolia-idf-domoticz.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1c01af

Please sign in to comment.