1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Userland/Libraries/LibWeb/WebDriver
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
..
Capabilities.cpp Everywhere: Convert from_string_view -> from_string_literal where static 2024-09-11 10:59:04 +01:00
Capabilities.h
Client.cpp LibWeb: Do not break WebDriver errors into multiple socket writes 2024-09-27 09:46:55 +01:00
Client.h WebDriver: Add boilerplate for endpoint 15.7 Perform Actions 2024-09-09 14:11:23 +01:00
Contexts.cpp LibWeb+WebContent: Convert WebDriver to choose a navigable AO 2024-02-05 08:05:48 -07:00
Contexts.h
ElementLocationStrategies.cpp
ElementLocationStrategies.h
ElementReference.cpp LibWeb: Form the correct representation of a WebDriver element reference 2024-09-27 09:46:55 +01:00
ElementReference.h LibWeb: Form the correct representation of a WebDriver element reference 2024-09-27 09:46:55 +01:00
Error.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Error.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ExecuteScript.cpp LibWeb+WebContent: Implement the WebDriver JSON clone steps for elements 2024-09-15 00:56:21 +01:00
ExecuteScript.h LibWeb+WebContent: Implement the WebDriver JSON clone steps for elements 2024-09-15 00:56:21 +01:00
Response.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Response.h
Screenshot.cpp LibWeb/WebDriver: Use correct dimensions for WPT reftest screenshots 2024-09-16 09:11:52 -04:00
Screenshot.h
TimeoutsConfiguration.cpp WebDriver: Dont assume the pageLoad is an i64 2024-05-30 11:46:02 -04:00
TimeoutsConfiguration.h