Change implicit wait to 30 seconds
This commit is contained in:
parent
8cd40d71f6
commit
7ed84a47fe
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class LclDownloader:
|
||||||
"browser.helperApps.neverAsk.saveToDisk", "application/x-ofx"
|
"browser.helperApps.neverAsk.saveToDisk", "application/x-ofx"
|
||||||
)
|
)
|
||||||
self.selenium = webdriver.Firefox(options=options)
|
self.selenium = webdriver.Firefox(options=options)
|
||||||
self.selenium.implicitly_wait(10)
|
self.selenium.implicitly_wait(30)
|
||||||
|
|
||||||
def download(self) -> str:
|
def download(self) -> str:
|
||||||
selenium = self.selenium
|
selenium = self.selenium
|
||||||
|
|
Loading…
Reference in a new issue