in monitoring/src/check-page/consent-or-pay-tcfv2.ts [244:264]
await checkConsentOrPayFirstLayer(
config,
url,
nextUrl,
bannerInteraction,
bannerType,
);
await checkConsentOrPaySecondLayer(config, url, bannerType);
};
/**
* Accepts all in the reduced privacy settings panel
*
* @param {Page} page
* @param {Config} config
*/
const acceptAllInReducedPrivacySettingsPanel = async (
page: Page,
config: Config,
) => {