FunctionizeRuntime Smoke Tests

Browser Dialogs

Trigger native browser alert(), confirm(), and prompt() dialogs. Results are logged below.

Alert

Shows a simple alert dialog with a message.

Confirm

Shows a confirm dialog. Returns true (OK) or false (Cancel).

Prompt

Shows a prompt dialog for text input.

Chained Dialogs

Triggers a sequence: alert → confirm → prompt → alert. Each dialog depends on the previous.

Dialog Log

Results

Trigger a dialog to see results here.