Replies: 3 comments 4 replies
-
Yeah this is a nice idea, to remove any text before an element, or after an element. I thought about this functionality when I started the project, but actually I forgot :D or didnt have time yet, open to a PR, you could scrape the xpath extraction data JSON which actually already contains most of the information (offset from top, size etc) |
Beta Was this translation helpful? Give feedback.
-
Why arent you just using VisualSelector and selecting ONLY the element you want to follow? can you give some example URLs and more information about the problem you're trying to solve? |
Beta Was this translation helpful? Give feedback.
-
@plutocrat you can use xpath3.1 since CD 0.45.8. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been whittling away at a page and have substantially reduced the amount of text in the diff by using CSS selectors. However the information I'm looking for resides in a huge table and I think I've reached the limit of what I can do with CSS / Xpath.
Is there a way to ignore/remove all text after a certain marker. Or, in that case, all text on a page before a certain marker. I can do it in sed, awk etc, but can't figure out if there's an easy way in changedetect.
If that's not currently possible with the given tools, would that be interesting as a feature request?
Beta Was this translation helpful? Give feedback.
All reactions