I am trying to monitor a class badge color and text change. It looks like this now.
<span class=”badge dRed”>Out of stock
How do I use the webpage selector to alert me when it changes from the above?
I am trying to monitor a class badge color and text change. It looks like this now.
<span class=”badge dRed”>Out of stock
How do I use the webpage selector to alert me when it changes from the above?
sure, you can monitor the selected element’s outerHTML property instead of text. check out https://distill.io/docs/web-monitor/what-is-visual-selector/#how-to-monitor-attribute-and-property-value-for-the-selected-element