mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00:00
6 lines
187 B
Text
6 lines
187 B
Text
#include <LibWeb/WebDriver/Response.h>
|
|
|
|
endpoint WebDriverClient {
|
|
set_is_webdriver_active(bool active) =|
|
|
navigate_to(JsonValue payload) => (Web::WebDriver::Response response)
|
|
}
|