Replies: 1 comment
-
Assuming that new rows are added to the bottom, you could use an Xpath expression like this to select the last row of the table:
Then, if the content of that selected portion changes, it probably means a new row was added. This may not be foolproof but could be sufficient for your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I have a table to watch,
I have the tbody in the visual filter selector that I also see in the "Filters & Triggers" first box named "CSS/JSONPath/JQ/XPath Filters"
I want it to alert/notify only when a new row is added and not if the text(there are some score numbers) change.
I tried to achieve this by pasting the CSS Selectors of the text in that table in the "Filters & Triggers" > second box named "Remove elements"
but it is still considering those for change to be alerted
I also tried checking the box saying "Only trigger when unique lines appear in all history" in the Text Filtering section on Filters & Triggers page.
These two did not work for me, any idea how I can achieve the aim of only being alerted when the table has a new row to display?
Secondly,
I want a cropped screenshot of the region/area I selected in visual filter selector and not the full page shot on my telegram that is currently being sent. Current settings for notification are;
tgram://token/chatid in the "Notification URL List" box on the Notifications page and "Attach screenshot to notification (where possible)" checked on.
Beta Was this translation helpful? Give feedback.
All reactions