-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Description
Question
Is it possible to add event listeners to Ad Auction Worklet events?
Background
I am trying to write automation tests for my team's Protected Audience integration; however, I am struggling to validate that certain points of the auction workflow have completed. In a perfect world, I would be able to listen and assert for certain auction events within my tests.
I would love to be able to do something like this:
window.addEventListener('adauctionload', handleEvent);
window.addEventListener('adauctionbid', handleEvent);
window.addEventListener('adauctiontoplevelbid', handleEvent);
window.addEventListener('adauctiontoplevelwin', handleEvent);
Metadata
Metadata
Assignees
Labels
No labels