Files
ladybird/Userland/Services/WebContent/WebDriverServer.ipc
Timothy Flynn 9dc1302768 WebContent+WebDriver: Consolidate driver execution completion callbacks
Some WebDriver hooks will need to inform the client that execution has
completed, but without any knowledge of what endpoint was running. Since
there can only ever be a single WebDriver endpoint executing at once, we
can replace the completion callbacks with a single callback.
2024-11-02 11:09:41 +01:00

6 lines
137 B
Plaintext

#include <LibWeb/WebDriver/Response.h>
endpoint WebDriverServer {
driver_execution_complete(Web::WebDriver::Response response) =|
}