1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 21:58:10 +00:00
serenity/Userland/Libraries/LibWeb/WebDriver
Timothy Flynn 4eefa292df LibWeb: Re-implement WebDriver endpoint handling within Web::WebDriver
This moves communication and route matching for WebDriver endpoints into
LibWeb. This is to reduce the amount of duplication required to create a
WebDriver implementation for Ladybird.

In doing so, this introduces some cleanup of WebDriver handling. Routes
are now a compile-time array, and matching a route is nearly free of
allocations (we still allocate a Vector for parsed parameters). This
implementation also makes heavier use of TRY semantics to propagate
errors into one handler.
2022-11-13 16:41:07 +00:00
..
Client.cpp LibWeb: Re-implement WebDriver endpoint handling within Web::WebDriver 2022-11-13 16:41:07 +00:00
Client.h LibWeb: Re-implement WebDriver endpoint handling within Web::WebDriver 2022-11-13 16:41:07 +00:00
ElementLocationStrategies.cpp LibWeb: Implement the element location strategies in Web::WebDriver 2022-11-10 13:10:16 +00:00
ElementLocationStrategies.h LibWeb: Implement the element location strategies in Web::WebDriver 2022-11-10 13:10:16 +00: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
Screenshot.cpp LibWeb: Implement screenshot painting inside Web::WebDriver 2022-11-11 11:36:07 +00:00
Screenshot.h LibWeb: Implement screenshot painting inside Web::WebDriver 2022-11-11 11:36:07 +00:00
TimeoutsConfiguration.cpp LibWeb+WebDriver: Move the timeouts configuration object to LibWeb 2022-11-11 22:03:23 +00:00
TimeoutsConfiguration.h LibWeb+WebDriver: Move the timeouts configuration object to LibWeb 2022-11-11 22:03:23 +00:00