fix: add sleep before dismissing welcome screen
This commit is contained in:
parent
c36030856d
commit
7494f4e51b
2 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
|
@ -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>"]
|
||||
|
|
Loading…
Reference in a new issue