1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:08:13 +00:00
serenity/Userland/Services/WebDriver
Timothy Flynn 61de50c7fd WebContent+WebDriver: Move Find Element to WebContent
Note that this does nothing to "fix" how element references are created.
We continue to return the element ID because, otherwise, all other
element WebDriver endpoints would break.

On the bright side, we avoid several IPC round trips now that we perform
the entire 'find' operation in the WebContent process; and we are able
to work directly on DOM nodes.
2022-11-10 13:10:16 +00:00
..
BrowserConnection.cpp WebDriver: Add new WebDriver service 2022-10-12 23:07:42 +02:00
BrowserConnection.h WebDriver: Add new WebDriver service 2022-10-12 23:07:42 +02:00
Client.cpp WebContent+WebDriver: Move Find Element to WebContent 2022-11-10 13:10:16 +00:00
Client.h WebContent+WebDriver: Fully implement closing a session 2022-11-08 19:58:34 -05:00
CMakeLists.txt Browser+LibWebView+WebDriver: Connect WebDriver to WebContent 2022-11-08 19:58:34 -05:00
main.cpp Browser+LibWebView+WebDriver: Connect WebDriver to WebContent 2022-11-08 19:58:34 -05:00
Session.cpp WebContent+WebDriver: Move Find Element to WebContent 2022-11-10 13:10:16 +00:00
Session.h WebContent+WebDriver: Move Find Element to WebContent 2022-11-10 13:10:16 +00:00
TimeoutsConfiguration.cpp LibWeb+WebDriver: Move WebDriverError to Web::WebDriver::Error 2022-11-08 19:58:34 -05:00
TimeoutsConfiguration.h LibWeb+WebDriver: Move WebDriverError to Web::WebDriver::Error 2022-11-08 19:58:34 -05:00
WebContentConnection.cpp Browser+LibWebView+WebDriver: Connect WebDriver to WebContent 2022-11-08 19:58:34 -05:00
WebContentConnection.h Browser+LibWebView+WebDriver: Connect WebDriver to WebContent 2022-11-08 19:58:34 -05:00