Practical technical tips for auditing cookie consent compliance, covering how to set up a proper testing environment by disabling content blockers and avoiding default Incognito mode. Explains techniques for identifying which scripts set specific cookies using Chrome DevTools, request blocking, and cookie lookup services. Also covers handling lazy-loaded and dynamically inserted cookies, and recommends automating audits with Puppeteer or Playwright for clean, repeatable testing environments.
Table of contents
Turn off content blockersDon’t use default Incognito modeLazy-loading and dynamic cookiesFinding the cookie culpritCookies blocked by the browserTesting using a headless browserCookie consent can be fun?Sort: