lcl: sleep between welcome screen and burger menu
This commit is contained in:
parent
fb55fa4d1a
commit
3290134835
2 changed files with 2 additions and 1 deletions
|
@ -56,6 +56,7 @@ class LclDownloader:
|
||||||
try:
|
try:
|
||||||
self._click(By.CSS_SELECTOR, ".app-cta-button--primary")
|
self._click(By.CSS_SELECTOR, ".app-cta-button--primary")
|
||||||
click.secho("Dismissing welcome screen...", fg="blue")
|
click.secho("Dismissing welcome screen...", fg="blue")
|
||||||
|
sleep(2)
|
||||||
except NoSuchElementException:
|
except NoSuchElementException:
|
||||||
click.secho("No welcome screen found.", fg="blue")
|
click.secho("No welcome screen found.", fg="blue")
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ofx-processor"
|
name = "ofx-processor"
|
||||||
version = "4.4.0"
|
version = "4.4.1"
|
||||||
description = "Personal ofx processor"
|
description = "Personal ofx processor"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
||||||
|
|
Loading…
Reference in a new issue