Open Eccenux opened 4 weeks ago
Webkit 18.0 (playwright build v2083)
Steps:
Expected to see confirmation like this:
Do you want to clear the cache? ... [OK] [Cancel]
No reaction. The confirm() dialog is not shown. Develop → Show Web Inspector doesn't work either.
confirm()
No response
System: OS: Windows 11 10.0.22631 CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12700KF Memory: 16.82 GB / 31.85 GB Binaries: Node: 20.16.0 - C:\Program Files\nodejs\node.EXE npm: 10.8.1 - C:\Program Files\nodejs\npm.CMD
Investigation: As of today we don't expose any alert/confirm/prompt handlers to the UI - you can handle them via Playwright tho: https://playwright.dev/docs/dialogs
Version
Webkit 18.0 (playwright build v2083)
Steps to reproduce
Steps:
Expected behavior
Expected to see confirmation like this:
Actual behavior
No reaction. The
confirm()
dialog is not shown. Develop → Show Web Inspector doesn't work either.Additional context
No response
Environment
System: OS: Windows 11 10.0.22631 CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12700KF Memory: 16.82 GB / 31.85 GB Binaries: Node: 20.16.0 - C:\Program Files\nodejs\node.EXE npm: 10.8.1 - C:\Program Files\nodejs\npm.CMD