diff --git a/changedetectionio/blueprint/ui/templates/edit.html b/changedetectionio/blueprint/ui/templates/edit.html index 01217b2b..38cfce4d 100644 --- a/changedetectionio/blueprint/ui/templates/edit.html +++ b/changedetectionio/blueprint/ui/templates/edit.html @@ -250,8 +250,10 @@ Math: {{ 1 + 1 }}") }} Visual Selector data is not ready, watch needs to be checked atleast once. {% endif %} {% else %} - {# "This functionality needs chrome.." #} - {{ only_playwright_type_watches_warning() }} +

+ Sorry, this functionality only works with fetchers that support interactive Javascript (so far only Playwright based fetchers)
+ You need to Set the fetch method to one that supports interactive Javascript.
+

{% endif %} @@ -401,8 +403,10 @@ Math: {{ 1 + 1 }}") }} Visual Selector data is not ready, watch needs to be checked atleast once. {% endif %} {% else %} - {# "This functionality needs chrome.." #} - {{ only_playwright_type_watches_warning() }} +

+ Sorry, this functionality only works with fetchers that support Javascript and screenshots (such as playwright etc).
+ You need to Set the fetch method to one that supports Javascript and screenshots.
+

{% endif %} diff --git a/changedetectionio/templates/_helpers.html b/changedetectionio/templates/_helpers.html index d0030d68..ce238ad9 100644 --- a/changedetectionio/templates/_helpers.html +++ b/changedetectionio/templates/_helpers.html @@ -186,10 +186,6 @@
{% endmacro %} -{% macro only_playwright_type_watches_warning() %} -

Sorry, this functionality only works with Playwright/Chrome enabled watches.
You need to Set the fetch method to Playwright/Chrome mode and resave and have the SockpuppetBrowser/Playwright or Selenium enabled.


-{% endmacro %} - {% macro render_time_schedule_form(form, available_timezones, timezone_default_config) %}