Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wivaku opened this issue Feb 18, 2022 · 0 comments

Comments

@wivaku
Copy link
Contributor

wivaku commented Feb 18, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant