LibWeb+WebContent+WebDriver: Bring session start and close up to spec

Lots of editorial spec bugs here, but these changes largely affect how
the unhandledPromptBehavior capability is handled. We also now set an
additional capability for the default User Agent string.
This commit is contained in:
Timothy Flynn 2025-02-05 16:05:25 -05:00 committed by Tim Flynn
commit ee649fc13b
Notes: github-actions[bot] 2025-02-06 14:02:15 +00:00
9 changed files with 290 additions and 131 deletions

View file

@ -42,6 +42,6 @@ struct LadybirdOptions {
bool headless { false };
};
Response process_capabilities(JsonValue const& parameters);
Response process_capabilities(JsonValue const& parameters, ReadonlySpan<StringView> flags);
}