@cliqz/autoconsent
Version:
This is a library of rules for navigating through common consent popups on the web. These rules can be run in a Firefox webextension, or in a puppeteer orchestrated headless browser. Using these rules, opt-in and opt-out options can be selected automatica
18 lines (15 loc) • 371 B
text/typescript
import generateCMPTests from "./runner";
generateCMPTests('Sourcepoint', [
'https://www.theguardian.com/',
'https://www.n-tv.de/',
'https://www.sueddeutsche.de/',
'https://news.sky.com/'
], {
testSelfTest: false,
});
generateCMPTests('Sourcepoint', [
'https://www.insider.com/',
], {
skipRegions: ["US", "GB"],
testSelfTest: false,
});