changd icon indicating copy to clipboard operation
changd copied to clipboard

request: use XPath (or class/id) for text version of page instead of raw HTML

Open wivaku opened this issue 3 years ago • 0 comments

The current behavior is that an XPath job returns + compares the raw HTML. I would very much prefer that the XPath (or CSS class / ID) returns a text version of that section of the page. Similar to changedetection.io.

E.g. I want to know when wikipedia.org adds a new project:

//*[contains(@class, 'other-projects')]

or

.other-projects

wivaku avatar Feb 18 '22 17:02 wivaku