ladybird/Userland
Timothy Flynn 157d41bb0d LibWeb: Form the correct representation of a WebDriver element reference
We are currently returning a JSON object of the form:

    {
        "name": "element-6066-11e4-a52e-4f735466cecf",
        "value": "foo"
    }

Instead, we are expected to return an object of the form:

    {
        "element-6066-11e4-a52e-4f735466cecf": "foo"
    }
2024-09-27 09:46:55 +01:00
..
Libraries LibWeb: Form the correct representation of a WebDriver element reference 2024-09-27 09:46:55 +01:00
Services LibWeb: Form the correct representation of a WebDriver element reference 2024-09-27 09:46:55 +01:00
Utilities LibWebView+WebContent+UI: Remove cookie related WebView callbacks 2024-09-22 14:11:18 -04:00