-
Is there a way to view the current snapshot of a watch? I would like to check if my regex filter outputs the lines I assume it outputs. It is a plaintext based watch. |
Beta Was this translation helpful? Give feedback.
Answered by
gkovacsp
Mar 9, 2023
Replies: 1 comment
-
I've figured out that the regex match matches on the text only and not the html source, solved the problem using xpath. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gkovacsp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've figured out that the regex match matches on the text only and not the html source, solved the problem using xpath.