1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-30 20:22:44 +00:00
serenity/Userland/Services/WebDriver
Aliaksandr Kalenik 16a4949e33 WebDriver: Fix handling of disconnected WebContent process
If WebContent process got disconnected it is only necessary to remove
associated window instead of terminating the entire session.
2023-03-19 14:51:40 +01:00
..
Client.cpp WebDriver: Inline Sesssion::stop() in session destructor 2023-03-19 14:51:40 +01:00
Client.h LibWeb+WebContent+WebDriver: Add WebDriver endpoint to open new window 2023-03-16 13:17:37 -04:00
CMakeLists.txt LibWeb+WebDriver: Move the timeouts configuration object to LibWeb 2022-11-11 22:03:23 +00:00
main.cpp LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
Session.cpp WebDriver: Fix handling of disconnected WebContent process 2023-03-19 14:51:40 +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