{
  "name": "2dehands",
  "detectCmp": [{ "exists": ".gdpr-notification" }],
  "detectPopup": [{ "exists": ".gdpr-notification" }],
  "optOut": [
    { "click": ".cookie-message-desktop > a" },
    { "waitFor": ".consent-purpose-checkbox[checked]" },
    { "click": ".consent-purpose-checkbox[checked]", "all": true },
    { "click": ".consent-submit-button" }
  ],
  "optIn": [{ "click": ".ui-button-primary" }]
}