This prevents a potential deadlock when tests open many popup windows in quick succession.
6 lines
181 B
Text
6 lines
181 B
Text
#include <LibWeb/WebDriver/Response.h>
|
|
|
|
endpoint WebDriverServer {
|
|
driver_execution_complete(Web::WebDriver::Response response) =|
|
|
did_set_window_handle(String handle) =|
|
|
}
|