Hi,
I made this sensor to get notified when the product is back in stock. I got the message when the product was briefly back in stock. My sensor value is now stuck at “add to cart”. This was the innerText of the dom element with .btn-shopping-cart. Why does it not change back to unknown or null or something? The Dom Element is not currently present on the website. Can it not handle the case of non existing elements?
- platform: scrape
resource: <the shop url>
name: <name>
select: ".btn-shopping-cart"
headers:
User-Agent: Mozilla/5.0