mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-11 18:45:34 +00:00
Ability to specify JS before running change-detection (#744)
This commit is contained in:
@@ -298,7 +298,8 @@ class ChangeDetectionStore:
|
||||
'ignore_text', 'css_filter',
|
||||
'subtractive_selectors', 'trigger_text',
|
||||
'extract_title_as_title', 'extract_text',
|
||||
'text_should_not_be_present']:
|
||||
'text_should_not_be_present',
|
||||
'webdriver_js_execute_code']:
|
||||
if res.get(k):
|
||||
apply_extras[k] = res[k]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user