remove extra sleep, wasnt there originally

pull/1890/head
dgtlmoon 1 year ago
parent bf45b2c441
commit b94ef5f173

@ -480,7 +480,6 @@ class base_html_playwright(Fetcher):
if self.webdriver_js_execute_code is not None and len(self.webdriver_js_execute_code):
browsersteps_interface.action_execute_js(value=self.webdriver_js_execute_code, selector=None)
self.page.wait_for_timeout(1 * 1000)
except playwright._impl._api_types.TimeoutError as e:
context.close()

Loading…
Cancel
Save