ladybird/Services/WebDriver
Timothy Flynn 2583996e18 LibWeb+WebContent+WebDriver: Allow specifying multiple prompt handlers
WebDriver script authors may now provide either:
* A user prompt handler configuration to be used for all prompt types.
* A set of per-prompt-type user prompt handlers.

This also paves the way for interaction with the beforeunload prompt,
though we do not yet support that feature in LibWeb.

See: https://github.com/w3c/webdriver/commit/43903d0
2025-02-06 09:01:16 -05:00
..
Client.cpp WebContent: Ensure the Release Actions endpoint handles user prompts 2025-02-05 11:33:33 +00:00
Client.h WebDriver: Actually create a UUID for session_id 2025-01-03 13:15:52 -08:00
CMakeLists.txt LibWebView+Services+UI: Move process helpers to LibWebView 2024-11-11 07:35:43 -05:00
main.cpp WebDriver: Disable scrollbar painting when launching the browser 2025-01-15 12:33:53 +00:00
Session.cpp LibWeb+WebContent+WebDriver: Allow specifying multiple prompt handlers 2025-02-06 09:01:16 -05:00
Session.h LibWeb+WebContent+WebDriver: Allow specifying multiple prompt handlers 2025-02-06 09:01:16 -05:00
WebContentConnection.cpp Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
WebContentConnection.h Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00