Creating a profile does not get rid of cookies

I am trying to use profiles to monitor a site that is blocked by a cookie notification. See screenshot attached.

I have created a profile by selecting the menu from the “device” section of the options. In the remote browser section, I added the url and selected the cookies from the site and clicked save and close.

However, when I go back to the monitor and refresh, the cookie notification still blocks the content on the webpage. Have I missed a step to make this work as intended?

1 Like

Thanks for sharing this. I looked in to how bank.lv is saving the preference. It isn’t saving the preferences in cookies. It is saving it in local storage instead! This is the root cause of the problem.

Is the need is to remove the cookie popup from monitored content? It is possible to remove it using its selector:

The CSS selector for this is: .cookie-overlay. It can be added using the visual selector or directly in the config.

Try it out and see if it will work for you. Let me know if have any questions. Cheers!