Removing the cookie popup

I’d like to monitor this webpage: Jobs - Theapolis

Whenever there’s a new listing, I’d like to be notified. The webpage asks to accpt cookies. In DISTILL’s visual selector I’ve already clicked on “ALLE AKZEPTIEREN” but I still can’t make it work?

Are you monitoring full page or a specific part of the page? Also, it is running locally or in the cloud?

Hi there, thanks for your quick reply again!! It is currently running in the cloud. I’d like to monitor the div class=“row-list” without the timestamp!

You can use the following CSS selectors to monitor the list of jobs:

.job-list-item__title

Dismissing the cookie popup should not matter in this case.

It worked!! Thanks a lot again!!