Revert "Allow dialogs in automation" (#262444)

Revert "Allow dialogs in automation (#262417)"

This reverts commit 53c9922948.
This commit is contained in:
Benjamin Pasero
2025-08-20 08:24:03 +02:00
committed by GitHub
parent a3c12e3b13
commit d2edee2476
13 changed files with 4 additions and 27 deletions

View File

@@ -26,7 +26,6 @@ export interface LaunchOptions {
readonly remote?: boolean;
readonly web?: boolean;
readonly tracing?: boolean;
readonly allowDialogs?: boolean;
snapshots?: boolean;
readonly headless?: boolean;
readonly browser?: 'chromium' | 'webkit' | 'firefox' | 'chromium-msedge' | 'chromium-chrome';