mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-07 17:41:54 +00:00
LibWeb: Allow parsing of "file" prompt types in WebDriver
See: 3055808
This isn't actually used outside of BiDi.
This commit is contained in:
parent
952ad4e68b
commit
004173f88b
Notes:
github-actions[bot]
2025-04-01 01:52:55 +00:00
Author: https://github.com/trflynn89
Commit: 004173f88b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4162
2 changed files with 6 additions and 1 deletions
|
@ -28,6 +28,7 @@ enum class PromptType {
|
|||
BeforeUnload,
|
||||
Confirm,
|
||||
Default,
|
||||
File,
|
||||
Prompt,
|
||||
FallbackDefault,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue