Web Scraper Test Website

Dialog & Pop-up Simulation

This page collects scenarios where browsers might show modal dialogs or open auxiliary windows. Use it to observe how your automation tooling handles blocking dialogs, confirmation prompts, and windows that appear when you close an overlay or attempt to leave the page.

Native Dialog APIs

Each native dialog blocks JavaScript execution until you dismiss it. We log the results below to make the blocking behavior obvious.

Custom Dialog That Triggers Pop-ups

The custom dialog mimics a UI-driven modal. Dismissing it can launch a new window if the relevant automation toggle is enabled.

Automation Toggles

These pop-up attempts stay within this origin by creating a blank window and writing simple content into it. If the browser blocks the action, we log that below.

Event Log