Hey everyone, I’m trying to monitor when this item comes out on Kmart, and my problem is; when the sold out/preorder button is gone (thus signifying that the item is ready/avaliable to be purchased,) it will return me selection_empty, as it creates a whole different button for ordering rather than replacing the element I’m monitoring. So my question is, is there a way to make it so that when I am returned selection_empty, a notification would play? Thats the only logic I can think of that will let me know when its out, because I can’t check, for: i.e. if the text is empty because the ‘selection’ is empty right?
I’ve been playing around with the options and I can’t figure out any logic that would let me do so.
any help or ideas are GREATLY appreciated!
(the item in its current state - indicates that the preorder is not out yet)
i’m running this in local if that is of any use.