I’d like to monitor this website:
https://www.vinted.de/catalog?time=1737634909&search_id=20327843846&catalog[]=90&page=1&brand_ids[]=278800&size_ids[]=1424&search_text=liners&order=newest_first
Currently the item list is empty.
But if a new items appears there, I’d like to deselect the following css selectors:
- .new-item-box__favourite-icon
- .web_ui__Cell__body>div>.u-ui-padding-bottom-regular
- .web_ui__Cell__body>div>div>div
- .u-visually-hidden
Currently I can’t deselect them from the webpage selector as I’m getting the error message “Not a valid selector. Please edit your selector” as these selectors don’t exist yet.
Any advice?