mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-26 07:16:13 +00:00
wait for timeout after exec?
This commit is contained in:
@@ -480,6 +480,7 @@ class base_html_playwright(Fetcher):
|
||||
|
||||
if self.webdriver_js_execute_code is not None and len(self.webdriver_js_execute_code):
|
||||
response = browsersteps_interface.action_execute_js(value=self.webdriver_js_execute_code)
|
||||
self.page.wait_for_timeout(1 * 1000)
|
||||
|
||||
except playwright._impl._api_types.TimeoutError as e:
|
||||
context.close()
|
||||
|
||||
Reference in New Issue
Block a user