ladybird/Userland/Services/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
..
Client.cpp LibWeb+WebDriver: Begin processing and matching WebDriver capabilities 2022-11-18 12:21:57 +00:00
Client.h LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert Text 2022-11-16 17:23:56 +00:00
CMakeLists.txt LibWeb+WebDriver: Move the timeouts configuration object to LibWeb 2022-11-11 22:03:23 +00:00
main.cpp WebDriver: Port the WebDriver client to be a Web::WebDriver::Client 2022-11-13 16:41:07 +00:00
Session.cpp WebContent+WebDriver: Move Window commands to WebContent 2022-11-14 13:43:24 -05:00
Session.h WebContent+WebDriver: Move Window commands to WebContent 2022-11-14 13:43:24 -05:00
WebContentConnection.cpp WebDriver: Remove "Services/" prefix from local WebDriver includes 2022-11-14 13:43:24 -05:00
WebContentConnection.h WebDriver: Remove "Services/" prefix from local WebDriver includes 2022-11-14 13:43:24 -05:00