status is only text here, remove

This commit is contained in:
dgtlmoon
2023-10-25 12:00:13 +02:00
parent 680ebd8ddb
commit bf45b2c441
+1 -1
View File
@@ -479,7 +479,7 @@ class base_html_playwright(Fetcher):
response = browsersteps_interface.action_goto_url(value=url)
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, selector=None)
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: