WebDriver: Implement stub for /session/{id}/print

This commit is contained in:
Baitinq 2022-11-27 00:30:03 +01:00 committed by Linus Groh
commit 02a2018ec4
Notes: sideshowbarker 2024-07-17 04:00:53 +09:00
7 changed files with 23 additions and 0 deletions

View file

@ -53,4 +53,5 @@ endpoint WebDriverClient {
send_alert_text(JsonValue payload) => (Web::WebDriver::Response response)
take_screenshot() => (Web::WebDriver::Response response)
take_element_screenshot(String element_id) => (Web::WebDriver::Response response)
print_page() => (Web::WebDriver::Response response)
}