1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 17:38:12 +00:00
serenity/Userland/Libraries/LibWeb/WebDriver
Timothy Flynn e0c7b5747d LibWeb+WebDriver: Begin processing and matching WebDriver capabilities
Still some TODOs here:
* We don't handle all capabilities (e.g. proxy)
* We don't match the capabilities against the running browser

But this will parse the capabilities JSON object received from the
WebDriver client.
2022-11-18 12:21:57 +00:00
..
Capabilities.cpp LibWeb+WebDriver: Begin processing and matching WebDriver capabilities 2022-11-18 12:21:57 +00:00
Capabilities.h LibWeb+WebDriver: Begin processing and matching WebDriver capabilities 2022-11-18 12:21:57 +00:00
Client.cpp LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert Text 2022-11-16 17:23:56 +00:00
Client.h LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert Text 2022-11-16 17:23:56 +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 Userland: Properly define IPC::encode and IPC::decode specializations 2022-11-15 13:25:51 -05:00
Response.h Userland: Properly define IPC::encode and IPC::decode specializations 2022-11-15 13:25:51 -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: Do not reject valid WebDriver script timeouts 2022-11-18 12:21:57 +00:00
TimeoutsConfiguration.h LibWeb+WebDriver: Move the timeouts configuration object to LibWeb 2022-11-11 22:03:23 +00:00