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.
+
+ 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.
+
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.