diff options
Diffstat (limited to 'Userland/Services/WebContent/WebDriverClient.ipc')
-rw-r--r-- | Userland/Services/WebContent/WebDriverClient.ipc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Services/WebContent/WebDriverClient.ipc b/Userland/Services/WebContent/WebDriverClient.ipc index e2d0ae7a8c..2ef7c66f7e 100644 --- a/Userland/Services/WebContent/WebDriverClient.ipc +++ b/Userland/Services/WebContent/WebDriverClient.ipc @@ -5,4 +5,6 @@ endpoint WebDriverClient { set_is_webdriver_active(bool active) =| navigate_to(JsonValue payload) => (Web::WebDriver::Response response) get_current_url() => (Web::WebDriver::Response response) + get_window_rect() => (Web::WebDriver::Response response) + set_window_rect(JsonValue payload) => (Web::WebDriver::Response response) } |