'Save chrome screenshot' checkbox never used, removing, we always save the screenshot. (#844)

This commit is contained in:
dgtlmoon
2022-08-16 16:18:09 +02:00
committed by GitHub
parent 4899c1a4f9
commit ba8676c4ba
3 changed files with 0 additions and 8 deletions

View File

@@ -42,7 +42,6 @@ class model(dict):
'notification_title': default_notification_title,
'notification_body': default_notification_body,
'notification_format': default_notification_format,
'real_browser_save_screenshot': True,
'schema_version' : 0,
'webdriver_delay': None # Extra delay in seconds before extracting text
}