ladybird/Userland/Services/WebContent/WebDriverServer.ipc
Timothy Flynn 709deeb482 LibWeb+WebContent+WebDriver: Implement the Perform Actions endpoint
Similar to script execution, this spins the WebDriver process until the
action is complete (rather than spinning the WebContent process, which
we've seen result in deadlocks).
2024-10-01 11:02:27 +02:00

7 lines
187 B
Plaintext

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