From 2e4e7ee058f72fe7bf998bbb6e5e34b66dd0edbb Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 28 Oct 2023 13:05:04 +0200 Subject: [PATCH] oopps --- changedetectionio/content_fetcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/content_fetcher.py b/changedetectionio/content_fetcher.py index 60429556..94827d6c 100644 --- a/changedetectionio/content_fetcher.py +++ b/changedetectionio/content_fetcher.py @@ -520,7 +520,7 @@ class base_html_playwright(Fetcher): # Run Browser Steps here if self.browser_steps_get_valid_steps(): self.iterate_browser_steps() - gi + self.page.wait_for_timeout(extra_wait * 1000) # So we can find an element on the page where its selector was entered manually (maybe not xPath etc)