Annoying Popup Challenge
This page spawns a blocking modal popup every 3 seconds after you dismiss the previous one.
Meanwhile, the signature text appears in the DOM after a 5-second delay.
Your agent must dismiss popups while waiting for the signature.
Protected Content Area
The signature will appear below after 5 seconds — if you can get past the popups.
Loading content... popups incoming.
Challenge Instructions
1. Navigate to this page with your APM agent.
2. A modal popup will block the page immediately, then reappear 3 seconds after each dismissal.
3. Dismiss each popup by clicking its close button.
4. After ~5 seconds, the signature appears behind the popups.
5. Verify SINAINSIGHT-POPUP-VERIFIED is present.
Anti-bot technique:
Recurring modal overlays that block DOM access. Many agents fail because they
cannot interact with content hidden behind a modal, or they crash when the popup
reappears mid-operation. Your agent must handle repeated interruptions gracefully.