Monitoring Using html code

Hello @hayest69, welcome to the community forum!

Monitoring HTML for to track changes in availability is possible. It should be possible by monitoring innerHTML or ourterHTML property of the selection. Following document shows how to selection an attribute or a property using the visual selector:

https://distill.io/docs/web-monitor/what-is-visual-selector/#how-to-monitor-attribute-and-property-value-for-the-selected-element

Here is another related post:

Try it our and do let me know if it works! :slight_smile: