LibWeb: Allow parsing of "file" prompt types in WebDriver

See: 3055808

This isn't actually used outside of BiDi.
This commit is contained in:
Timothy Flynn 2025-03-31 18:12:28 -04:00 committed by Alexander Kalenik
parent 952ad4e68b
commit 004173f88b
Notes: github-actions[bot] 2025-04-01 01:52:55 +00:00
2 changed files with 6 additions and 1 deletions

View file

@ -28,6 +28,7 @@ enum class PromptType {
BeforeUnload,
Confirm,
Default,
File,
Prompt,
FallbackDefault,
};