You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
or
The text was updated successfully, but these errors were encountered: