When selecting the sizes I want (UK10/10.5), there is no difference from when selecting something in stock or out of stock. I can however see that the HTML shows a difference when an item is in stock or not.
I have tried to configure how to monitor inner HTML to monitor for when it is back in stock but I can’t seem to get it to work
Would you be able to guide me briefly on how to do this?
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:
I have got to the stage of selecting the inner HTML, and I have added a condition as a test to verify if the HTML source is being picked up by the monitor. The condition is text within the HTML that is already present, and I understand if I want to monitor for ‘in stock’ I will have to change this. However, the monitor is still not picking up this condition.
Is this the correct way to do this?