Skip to content

Commit

Permalink
Update script.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmazur authored Aug 6, 2023
1 parent 84a31ba commit 2399c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def main() -> None:
driver.find_element_by_id("login-button").click()

logger.info("Waiting for authentication")
logger.info(f"looking for Mail - {my_name} - Outlook"))
wait.until(EC.title_contains(f"Mail - {my_name} - Outlook"))
logger.info("Success")

Expand Down

0 comments on commit 2399c77

Please sign in to comment.