How do I monitor calendar apointment updates?

Hello, I’ve been chasing an open appointment at a website, which is almost impossible to catch when released. There is an appointment section where a calendar shows up with the available dates, however, I can’t seem to track it properly. I select the field and get a selection empty error encounter. Maybe I’m not selecting it correctly, how should I select it with CSS Selector?
I’m truly lost.
Thank you for your help!

Hi Cristina, it seems that the monitored element is an input element without any text content, which is why the preview of the monitored content appears empty.

If the selected element looks like a disabled button that becomes enabled when an appointment is available, you should try monitoring the outerHTML property. You can find instructions on how to do this in the following article:

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

This article explains how to monitor the property of a selected element. In your case, monitoring the outerHTML property should work well. If you need any further assistance, please feel free to ask.