From f689e5418e119af21aceb043ac5dcd02faeffec3 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 31 Mar 2025 12:03:21 +0200 Subject: [PATCH] UI - Update edit.html- xPath support text for 1 & 2 --- changedetectionio/templates/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index 0d86fc69..a0898778 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -337,7 +337,7 @@ xpath://body/div/span[contains(@class, 'example-class')]", {% if '/text()' in field %} Note!: //text() function does not work where the <element> contains <![CDATA[]]>
{% endif %} - One CSS, xPath, JSON Path/JQ selector per line, any rules that matches will be used.
+ One CSS, xPath 1 & 2, JSON Path/JQ selector per line, any rules that matches will be used.
Show advanced help and tips