mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
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).
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
#include <LibWeb/WebDriver/Response.h>
|
|
|
|
endpoint WebDriverServer {
|
|
script_executed(Web::WebDriver::Response response) =|
|
|
actions_performed(Web::WebDriver::Response response) =|
|
|
}
|