1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 12:00:59 +00:00
serenity/Userland/Services/WebDriver
Timothy Flynn 6d331389ad WebDriver: Coerce window handles to strings when activating a tab
This allows the session to reject the request with "no such window",
instead of crashing by assuming the JSON value was already a string.
2023-08-19 05:15:51 +02:00
..
Client.cpp WebDriver: Coerce window handles to strings when activating a tab 2023-08-19 05:15:51 +02:00
Client.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
CMakeLists.txt LibWeb+WebDriver: Move the timeouts configuration object to LibWeb 2022-11-11 22:03:23 +00:00
main.cpp Browser+WebDriver: Set the initial URL to about:blank from WebDriver 2023-08-09 05:33:24 +02:00
Session.cpp LibCore: Slightly rework the Core::Promise API 2023-07-08 23:13:00 +01:00
Session.h WebDriver: Inline Sesssion::stop() in session destructor 2023-03-19 14:51:40 +01:00
WebContentConnection.cpp WebDriver: Fix handling of disconnected WebContent process 2023-03-19 14:51:40 +01:00
WebContentConnection.h WebDriver: Fix handling of disconnected WebContent process 2023-03-19 14:51:40 +01:00