1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 12:47:34 +00:00
serenity/Userland/Services/WebDriver
Andreas Kling ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver
This is a more precise description of what this class actually does.
2023-08-06 20:39:51 +02:00
..
Client.cpp Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39: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 WebDriver: Use Core::Process::spawn() to launch browsers 2023-03-24 22:06:38 +00: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