Changes in button states

I’m trying to monitor when a shoe size comes back into stock based on the change of a button state for that size. Unsure how to do so as there are no changes in the text.

An example would be this shoe from Nike where i would be alerted if an out of stock size will come back in stock.

Hey @aigoya, do you need to monitor the sizes for changes? You can use the following CSS selector to extract and monitor those elements:

[name="skuAndSize"]:not([disabled]) + label