ladybird/Userland/Services/WebDriver
Timothy Flynn 010be9b7c2 WebDriver: Do not throw an error when closing an inactive session
The spec states to only try to close the session *if* it exists. This
situation can occur when closing a session after a Close Window command,
as the session will be closed automatically if it was the last window.
2023-03-07 18:16:35 +00:00
..
Client.cpp WebDriver: Do not throw an error when closing an inactive session 2023-03-07 18:16:35 +00:00
Client.h WebDriver: Remove active sessions from the close-the-session AO 2023-03-07 18:16:35 +00: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: Remove active sessions from the close-the-session AO 2023-03-07 18:16:35 +00:00
Session.h WebDriver: Reference-count WebDriver Session objects 2023-03-07 18:16:35 +00:00
WebContentConnection.cpp LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
WebContentConnection.h LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00