1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 05:27:40 +00:00
serenity/Userland/Libraries/LibWeb/WebDriver
Timothy Flynn 8ae10ba0fd LibWeb+WebDriver: Add an IPC-transferable Web::WebDriver::Response class
This is essentially an ErrorOr<JsonValue, Web::WebDriver::Error> class.
Unfortunately, that ErrorOr would not be default-constructible, which is
required for the generated IPC classes. So this is a thin wrapper around
a Variant<JsonValue, Web::WebDriver::Error> to emulate ErrorOr.
2022-11-08 19:58:34 -05:00
..
Error.cpp LibWeb+WebDriver: Move WebDriverError to Web::WebDriver::Error 2022-11-08 19:58:34 -05:00
Error.h LibWeb+WebDriver: Move WebDriverError to Web::WebDriver::Error 2022-11-08 19:58:34 -05:00
ExecuteScript.cpp
ExecuteScript.h
Response.cpp LibWeb+WebDriver: Add an IPC-transferable Web::WebDriver::Response class 2022-11-08 19:58:34 -05:00
Response.h LibWeb+WebDriver: Add an IPC-transferable Web::WebDriver::Response class 2022-11-08 19:58:34 -05:00