fix: add sleep before dismissing welcome screen

This commit is contained in:
Gabriel Augendre 2023-06-15 22:37:13 +02:00
parent c36030856d
commit 7494f4e51b
2 changed files with 2 additions and 1 deletions

View file

@ -62,6 +62,7 @@ class LclDownloader:
self._click(By.CLASS_NAME, "app-cta-button")
click.secho("Logged in!", fg="green")
time.sleep(2)
try:
self._click(By.CSS_SELECTOR, ".app-cta-button--primary")
click.secho("Dismissing welcome screen...", fg="blue")

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "ofx-processor"
version = "4.4.4"
version = "4.4.5"
description = "Personal ofx processor"
readme = "README.md"
authors = ["Gabriel Augendre <gabriel@augendre.info>"]