Maxim Tsoy

Results 32 comments of Maxim Tsoy

There seems to be a problem with RequestCollector and latest chromium as well, I'm currently investigating, but don't have a concrete solution yet

I think this is basically the same problem as described in https://github.com/puppeteer/puppeteer/issues/8507. This was fixed in puppeteer last year, but unfortunately it is incompatible with our current CDP usage, as...

@kdzwinel That PR was closed without merge, this one should be fixed by #87

@zirkelc there's no "official" guide, but you basically need to hook into the [messaging API](https://github.com/duckduckgo/autoconsent/blob/main/api.md). There's a module in the [tracker-radar-collector](https://github.com/duckduckgo/tracker-radar-collector/blob/main/collectors/CMPCollector.js) project, that might be helpful. It's up to date,...

Sorry to hear that @zirkelc . Unfortunately, investing in the collector updates is not our priority right now, so I would recommend against using tracker-radar-collector for side projects, if all...

@teammakdi I think the order of events is off in the script, for example, it sends the `init` message before actually loading the page. But also, the logic and data...

@freiondrej I will try to answer [your questions](https://github.com/duckduckgo/autoconsent/pull/468#issuecomment-2329788792) here to consolidate the general test discussion from https://github.com/duckduckgo/autoconsent/pull/468 and https://github.com/duckduckgo/autoconsent/pull/490. First of all, I really appreciate your enthusiasm. It is very...

@freiondrej I see, sorry it was unclear. Yes, I think right now the biggest opportunity is running unit tests with (something like) WTR. They won't be "pure" unit tests because...

@kunalvirk sure, go ahead! Here's some tips for you: - Find several examples of the CMP, preferably different variations of the pop-up - To find more examples, try searching [PublicWWW](https://publicwww.com/websites/%22onetrust-consent-sdk%22/)...

This was fixed in https://github.com/duckduckgo/autoconsent/pull/393