summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/WebDriverClient.ipc
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/WebContent/WebDriverClient.ipc')
-rw-r--r--Userland/Services/WebContent/WebDriverClient.ipc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Services/WebContent/WebDriverClient.ipc b/Userland/Services/WebContent/WebDriverClient.ipc
index ca8669ebc6..fea31a636a 100644
--- a/Userland/Services/WebContent/WebDriverClient.ipc
+++ b/Userland/Services/WebContent/WebDriverClient.ipc
@@ -3,6 +3,8 @@
endpoint WebDriverClient {
close_session() => ()
set_is_webdriver_active(bool active) =|
+ get_timeouts() => (Web::WebDriver::Response response)
+ set_timeouts(JsonValue payload) => (Web::WebDriver::Response response)
navigate_to(JsonValue payload) => (Web::WebDriver::Response response)
get_current_url() => (Web::WebDriver::Response response)
back() => (Web::WebDriver::Response response)