Files
ladybird/Services/WebContent/WebDriverServer.ipc
Tim Ledbetter cb803899c2 WebDriver: Send window handle asynchronously after WebContent connects
This prevents a potential deadlock when tests open many popup windows
in quick succession.
2026-02-15 08:21:41 -05:00

7 lines
181 B
Plaintext

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